curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/soil/history?eui=&startTime=2022-10-2 00:00:00&endTime=2022-10-13 00:00:00' \ --header 'Authorization: ' \ --header 'Content-Type: application/json'
[ { "layer": 0, // 层数 "temperature": 31.0, // 温度 "humidity": null, // 湿度 "uploadTime": "2022-10-19 09:11:56", // 上传时间 "conductivity": null //电导率 }more...数组形式数组中的值与上面对象类似 ]