{
"code": 0,
"msg": "string",
"data": {
"stationCount": 0,
"deviceCount": 0,
"levelCount": 0,
"rainCount": 0,
"pressureCount": 0,
"reportCount": 0,
"unReportCount": 0,
"hiveMonitoringListVo": [
{
"stationName": "string",
"longitude": 0,
"latitude": 0,
"stCode": "string",
"guid": "string",
"monitorDetail": [
{
"deviceGuid": "string",
"deviceName": "string",
"monitorData": "string",
"monitorType": "LEVEL",
"report": 0,
"monitorTime": "string"
}
]
}
]
}
}