1.URL
http://124.223.60.234:8080/system/auxiliary/getWifiAuxiliaryLocation
或者 美国服务器
https://cloud.aovx.com/prod/system/auxiliary/getWifiAuxiliaryLocation
2.请求参数
2.1.参数示例
{
"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.参数说明
字段 |
类型 |
说明 |
是否必须 |
orgId |
String |
给客户分配的唯一标识 |
Y |
wifiParams |
object |
WIFI请求参数实体类 |
Y |
wifiParams说明
字段 |
类型 |
说明 |
是否必须 |
wifiAccessPoints |
List |
WIFI定位请求,MAC地址集合 |
Y |
wifiAccessPoints说明
字段 |
类型 |
说明 |
是否必须 |
signalStrength |
int |
WIFI的信号强度 |
Y |
macAddress |
String |
WIFI的MAC地址 |
Y |
3.接口应答
3.1.返回示例
{
"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-09-21 09:44
最后编辑:admin 更新时间:2023-09-21 12:15