curl --location -g --request GET 'https://console.sciento.cn/wopen/v2//device/camera/live?deviceSerial=FG6819631&channelNo=1' \ --header 'Authorization: ' \ --header 'Content-Type: application/x-www-form-urlencoded'
{ "code": 200, "msg":"操作成功", "cameraId":10004,// 摄像头主键Id "cameraName":"球机测试专用",// 摄像头名称 "url":"ezopen://open.ys7.com/xxxxxxx/1.hd.live",// 直播地址 "id" :null, // 状态描述 "expireTime":0 // 直播地址有效期。expireTime参数为空时该字段无效 }