curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/insect-lamp-I/page/img?startTime=2022-08-23 00:00:00&endTime=2022-08-23 23:59:59&eui=&page=1&size=10' \ --header 'Authorization: ' \ --header 'Content-Type: application/json'
{ "type": true, "code": 200, "data": { "pageNum": 1, "pageSize": 10, "total": 2, "pages": 1, "list": [ { "imei": "86781asdasdas494", // 设备编号 "tenantId": "xxx.com", // "uploadTime": "2022-08-23 15:44:21", //图片上传时间 "image": "http://192.168.50.11:9228/xxx1.jpg", // 害虫图片链接 "result": "2672,22#2675,1#2709,2"//虫情标识 "resultImage": "http://192.168.50.11:9228/xxxc.jpg" //识别害虫图片 } ] } }