1.URL
http://124.223.60.234:8080/system/auxiliary/getWifiAuxiliaryLocation
Or American servers
https://cloud.aovx.com/prod/system/auxiliary/getWifiAuxiliaryLocation
2.Request parameters
2.1.Parameter Example
{
"orgId":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"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 |
wifiParams |
object |
WIFI Request Parameter Entity Class |
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.Response description
Field |
Type |
Description |
code |
int |
Return Status;200:succeed;105:error;102:parameter error |
message |
String |
Return result description |
data |
object |
Return result body |
data description
Field |
Type |
Description |
type |
int |
Positioning method, 1: WIFI positioning; 2: Base station positioning |
lat |
double |
latitude,WGS84 |
lon |
double |
longitude,WGS84 |
radius |
double |
Positioning accuracy,unit:m |
4.请求示例

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