curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/gateway/all?online=&name=&page&size&deviceType=' \ --header 'Authorization: ' \ --header 'Content-Type: application/x-www-form-urlencoded'
{ "type": true, "code": 200, "data": { "totalPages": 1, "totalElements": 12, "numberOfElements": 12, "size": 12, "number": 0, "content": [ { "id": 168, // 网关Id "name": "317测试网关", // 网关名称 "eui": "317317317317", // 网关设备编号 "deviceType": "gateway", // 设备类型 "online": 0, // 1= 在线,0= 离线 "sort": 33, // 排序 "remark": "1", // 备注 "iccid": "898607B4032180619513" // 物联网卡号 } more...数组形式数组中的值与上面对象类似 ], "empty": false } }