curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/spore-meter/img?eui=&startTime=2023-08-08 00:00:00&endTime=2023-08-14 23:59:59' \ --header 'Authorization: ' \ --header 'Content-Type: application/x-www-form-urlencoded'
{ "pageNum": 1, // 当前页 "pageSize": 10, // 当前页列表数量 "total": 197697, // 总条数 "pages": 19770, // 总页数 "list": [ { "id": "6471a66615fde95db3bcc2f8", // 主键Id "eui": "F88219B074A18936", // 设备编号 "concentratorId": 11, // 设备Id "uploadTime": "2023-05-26 11:05:04", // 上传时间 "imgUrl": "http://192.168.50.11:9228/st-public/12/add4ce0c-bb3e-4c1b-ae58-a1bf75590e3d.jpg" // 图片地址 },more...数组形式数组中的值与上面对象类似 ] }