curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/gateway-soil?name=' \ --header 'Authorization: ' \ --header 'Content-Type: application/json'
[ { "id": 1090, // 设备Id "name": "真实设备", // 设备名称 "eui": "862289053234377", // 设备编号 "online": 0, // 在离线,1=在线,0=离线 "iccid": null, //物联网卡号 "remark": "真实设备" // 备注 "sort": 100, //排序 }more...数组形式数组中的值与上面对象类似 ]