{ "deviceNo": "CMV2234310056", "orderId": "IOT20240704153425475ce43", "camera": "camera1" }
curl --location --request POST 'https://ai.mjyun.com/v1/openapi/device/reUpload/video' \ --header 'accessToken: {{accessToken}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "deviceNo": "CMV2234310056", "orderId": "IOT20240704153425475ce43", "camera": "camera1" }'
{ "code": 0, "msg": "成功", "data": [ { "camera": "string", "videoTime": 0, "videoUrl": "string" } ] }