curl --location -g --request POST 'https://console.sciento.cn/wopen/v1//device/camera/control' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "deviceSerial": "J90872197", "channelNo": 1, "direction": 1 }'
{ "code": 200, "type": true, "data": [ { 1 // 1 = 控制成功,0 = 控制失败 }