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