curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/weather/eui?eui=962289053206336' \
--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_weather", //气象站类型
"latlng": "22.958331574401967,113.34588155150416", //气象站经纬度
"online": 0, //是否在线
"status": 0,
"protocol": "simple", // 协议
"remark": "ccc", //描述
"iccid": null
}
}