curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/gateway-soil/eui/collection?eui=89547424154285&page=1&size=10' \ --header 'Authorization: ' \ --header 'Content-Type: application/json'
[ { "id": 0, // 采集节点Id "name": "2#空气湿度", // 节点名称 "newestData": 10.4, // 采集数据 "newestTime": "2022-10-19 09:11:56", // 采集时间 "node": "2", //采集节点 "circuit": "airH", // 采集回路 "unit": "%" //单位 }more...数组形式数组中的值与上面对象类似 ]