1.URL
http://124.223.60.234:8080/system/auxiliary/getCellAuxiliaryLocation
Or American servers
https://cloud.aovx.com/prod/system/auxiliary/getCellAuxiliaryLocation
2.Request parameters
2.1.Parameter Example
{
"orgId":"xxxxxxxxxxxxxxxxxxxxxxxxxx",
"cellParams":{
"mcc":460,
"mnc":0,
"lac":21771,
"ci":27757
}
}
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 |
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 |
3.Response
3.1.Response Example
{
"code": 200,
"message": "Operation succeeded",
"data": {
"type": 2,
"lat": 31.8321857452393,
"lon": 117.094436645508,
"radius": 500.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.Postman Test

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