{
"groupIdList": [
1
],
"deviceSnNoList": [],
"returnCoord": 1
}curl --location --request POST 'https://cloud.hm443.com/api/tenant-service-open/monitor/getLocate' \
--header 'accessKey: 32252aa6a2a941dfab1b048ec549ed37' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupIdList": [
1
],
"deviceSnNoList": [],
"returnCoord": 1
}'{
"code": 200,
"message": "成功",
"data": [
{
"groupId": 1,
"groupName": "测试分组",
"deviceId": 1,
"deviceSnNo": "123456",
"deviceSimNo": "123456",
"deviceType": "1",
"bindId": 1,
"bindObj": "粤B666",
"driverId": null,
"driverName": null,
"driverDqNo": null,
"locateStatus": 1,
"statusTime": 1710841246000,
"locateTime": 1710841246000,
"heartbeatTime": 1710841246000,
"flag": 1,
"accStatus": 0,
"speed": 0,
"mileage": 47.2,
"mileageRatio": 1,
"altitude": 1209,
"direction": 3,
"directionDegree": 84,
"lng": 106.88557,
"lat": 39.43621,
"returnLng": 106.88557,
"returnLat": 39.43621,
"electricity": 8,
"waterLevel": null,
"temperature": "0.0",
"oil": 0,
"oilType": 1,
"eventDesc": "|网络信号18|卫星颗数26|内置电量8.0%",
"alarmStatus": 1,
"alarmList": [
"低电量报警"
]
}
]
}