1.URL
http://124.223.60.234:8080/system/auxiliary/getCellAuxiliaryLocation
或者 美国服务器
https://cloud.aovx.com/prod/system/auxiliary/getCellAuxiliaryLocation
2.请求参数
2.1.参数示例
{
"orgId":"xxxxxxxxxxxxxxxxxxxxxxxxxx",
"cellParams":{
"mcc":460,
"mnc":0,
"lac":21771,
"ci":27757
}
}
2.3.参数说明
字段 |
类型 |
说明 |
是否必须 |
orgId |
String |
给客户分配的唯一标识 |
Y |
cellParams |
object |
基站信息数据实体类 |
Y |
cellParams说明
字段 |
类型 |
说明 |
是否必须 |
mcc |
int |
国家码,MCC |
Y |
mnc |
int |
运营商代码,MNC |
Y |
lac |
long |
基站大区码,LAC |
Y |
ci |
long |
基站小区码,CI |
Y |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": {
"type": 2,
"lat": 31.8321857452393,
"lon": 117.094436645508,
"radius": 500.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