请求 / 示例
```
{
"deviceId": "string", (设备id)
"userId": "string", (用户id)
"pageNumber": 0, (单页面数量)
"begNumber": 0, (起始页数)
"timeOffset": 0, (时区时间与UTC时间相差的小时)
"mapType": "string" (地图类型)
}
```
响应/ 示例
```
{
"stateCode": 0,
"message": "string",
"dataName": "string",
"alarmList": [
{
"typeName": "string",
"time": "2021-06-17T06:30:09.454Z",
"message": "string",
"lat": 0,
"lng": 0
}
]
}
```
后端业务实现逻辑
5: