1.URL
http://124.223.60.234:8080/system/auxiliary/getHybridLocation
Or American servers
https://cloud.aovx.com/prod/system/auxiliary/getHybridLocation
2.Request parameters
2.1.Parameter Example
{
"orgId":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"cellParams":{
"mcc":460,
"mnc":0,
"lac":21771,
"ci":27757
},
"wifiParams":{
"wifiAccessPoints":
[{
"signalStrength": -63,
"macAddress": "88:a6:c6:7a:9a:66"
}, {
"signalStrength": -66,
"macAddress": "fc:ec:da:84:0d:34"
}, {
"signalStrength": -67,
"macAddress": "b4:75:0e:ab:61:ae"
}, {
"signalStrength": -68,
"macAddress": "bc:99:11:f7:fa:58"
}, {
"signalStrength": -70,
"macAddress": "24:4b:fe:5e:f1:91"
}]
}
}
2.3.Parameter Description
Field |
Type |
Description |
Is it mandatory |
orgId |
String |
Unique identifier assigned to the customer |
Y |
cellParams |
object |
Base station information data entity class |
Y |
wifiParams |
object |
WIFI Request Parameter Entity Class |
Y |
cellParams Description
Field |
Type |
Description |
Is it mandatory |
mcc |
int |
country code,MCC |
Y |
mnc |
int |
Operator Code,MNC |
Y |
lac |
long |
Base station area code,LAC |
Y |
ci |
long |
Base station cell code,CI |
Y |
wifiParams Description
Field |
Type |
Description |
Is it mandatory |
wifiAccessPoints |
List |
WIFI location request, MAC address set |
Y |
wifiAccessPoints Description
Field |
Type |
Description |
Is it mandatory |
signalStrength |
int |
Signal strength of WIFI |
Y |
macAddress |
String |
MAC address of WIFI |
Y |
3.Response
3.1.Response Example
{
"code": 200,
"message": "Operation succeeded",
"data": {
"type": 1,
"lat": 45.4702071,
"lon": -73.5801732,
"radius": 30.0
}
}
3.2.返回结果说明
字段 |
类型 |
说明 |
code |
int |
返回状态 |
message |
String |
返回结果描述 |
data |
object |
返回结果体 |
data说明
字段 |
类型 |
说明 |
type |
int |
定位方式,1:WIFI定位;2:基站定位 |
lat |
double |
纬度,WGS84 |
lon |
double |
经度,WGS84 |
radius |
double |
定位精度,单位m |
4.请求示例

作者:admin 创建时间:2023-10-12 09:42
最后编辑:admin 更新时间:2023-10-12 10:01