curl --location -g --request POST 'https://console.sciento.cn/wopen/v1//device/gateway/eui/switch/control' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "eui":962289053206336, "circuit":5, "switchId":1677, "sw":1 }'
{ "type": true, //是否调用成功 "code": 200, //调用编码 "data": 0 // 0控制失败 1控制成功 }