curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/gateway/eui?eui=' \ --header 'Authorization: ' \ --header 'Content-Type: application/x-www-form-urlencoded'
{ "type": true, "code": 200, "data": { "concentratorId": 196, //网关id "areaId": 10001, "landId": 10001, "period": 30, //网关上传周期 "baud": 9600, //网关波特率 "autoAdd": 1, "name": "867435053803540", // 网关名称 "eui": "867435053803540", //网关编号 "deviceType": "gateway", // 设备类型 "latlng": "22.958331574401967,113.34588155150416", // 经纬度 "online": 0, //是否在线 "status": 0, "protocol": "simple", //网关协议 "remark": "ccc", //网关描述 "iccid": null //物联网卡号 } }