合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# 获取定位记录 ``` { "op": "sp_QueryGps", "params": [1,"865123456788888"] } 1)params:[type,imei] 2)type枚举: 1获取最近一次定位2获取当天所有定位 3)imei 由查询学生 sp_QueryStudentsByPhone 提供 ``` ``` success { "msg": "操作成功", "rc": 0, "data": [ { "create_time": "2021-03-10 13:29:07", "latitude": "120.11685250", "radius": 50, "longitude": "30.27832470" }, { "create_time": "2021-03-10 13:43:44", "latitude": "120.11679360", "radius": 50, "longitude": "30.27829100" }, { "create_time": "2021-03-10 14:04:24", "latitude": "120.11723230", "radius": 75, "longitude": "30.27817490" }, { "create_time": "2021-03-10 14:12:28", "latitude": "120.11687990", "radius": 50, "longitude": "30.27832570" }, { "create_time": "2021-03-10 14:18:14", "latitude": "120.11684270", "radius": 50, "longitude": "30.27836150" }, { "create_time": "2021-03-10 14:43:48", "latitude": "120.11684790", "radius": 50, "longitude": "30.27833660" }, { "create_time": "2021-03-10 15:04:04", "latitude": "120.11684460", "radius": 25, "longitude": "30.27839600" }, { "create_time": "2021-03-10 16:00:39", "latitude": "120.11684410", "radius": 25, "longitude": "30.27830780" } ] } ``` ``` error { "rc": 1, "msg": "", } ```