curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/soil?name=' \
--header 'Authorization: ' \
--header 'Content-Type: application/json'
[
{
"concentratorId": 1090, // 设备Id
"name": "真实设备", // 设备名称
"eui": "862289053234390", // 设备编号
"deviceType": "soil", // 设备类型
"latlng": "22.959084797861582,113.34139295853677", // 经纬度
"online": 0, // 在离线,1=在线,0=离线
"iccid": null, //物联网卡号
"quantity": 4 // 层数
}more...数组形式数组中的值与上面对象类似
]