curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/gateway-water' \ --header 'Authorization: ' \ --header 'Content-Type: application/x-www-form-urlencoded'
{ "type": true, "code": 200, "data": { "totalPages": 1, "totalElements": 4, "numberOfElements": 4, "size": 10, "number": 1, "content": [ { "id": 11512, //主键Id "name": "1", // 设备名称 "eui": "861197069971234", // 设备编号 "deviceType": "gateway-water", // 设备类型 "online": 0, // 在线状态,0=离线,1=在线 "sort": null, // 排序 "remark": null, // 备注 "iccid": null // 物联网卡号 },more...数组形式数组中的值与上面对象类似 ], "empty": false } }