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