curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/insect-lamp-II/insect/img?eui=20220111&startTime=2022-08-01 11:22:00&endTime=2022-08-30 11:22:00' \ --header 'Authorization: ' \ --header 'Content-Type: application/json'
{ "type": true, "code": 200, "data": [ { "imei": "20xxxxx1", //设备编号 "picUrl": "http://xxxxx.com/20220801000047-15-iot.jpg", //图片链接 "photoTime": 1659283253000, //拍照时间戳 "upDown": "正面" //图片正反,正面/反面;如果为空则表示(未知) } ] }