curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/insect-lamp-II/insect/quantity?eui=20220111&endTime=2022-08-31 11:22:00&startTime=2022-08-01 11:22:00' \ --header 'Authorization: ' \ --header 'Content-Type: application/json'
{ "type": true, "code": 200, "data": { "data": { //虫害数据 "records": [ { "金龟子": "0", // 虫害名称与虫害数量 "photoDate": "2022-08-22", // 记录日期 "小地老虎": "0" // 虫害名称与虫害数量 }...more 更多一样 ], "total": 2, //总共有几个虫害 "size": 1000, // 每页长度 "current": 1, // 当前页码 "orders": [], "searchCount": true, "pages": 1 //总共有几页 }, "titles": [ //表格标题,一般为上面的虫害统计完后的单一品种,配合上面日期可以做成表格 "时间", "玉米螟", "蝼蛄", "金龟子", "小地老虎" ] }