接口地址:http://open.liupai.net/cell/query
支持格式:JSON,JSONP
请求方式:GET POST
请求示例:http://open.liupai.net/cell/query?appkey=yourappsecret
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| mnc | int | 是 | mnc网络类型:0移动,1联通(电信对应sid) |
| lac | int | 是 | lac(电信对应nid) |
| ci | int | 是 | cellid(电信对应bid) |
| coord | string | 否 | 坐标类型(wgs84/gcj02/bd09),默认wgs84 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| lat | string | 纬度 |
| lon | string | 经度 |
| radius | int | 精度 |
| address | string | 地址 |
接口地址:http://open.liupai.net/cell/recell
支持格式:JSON,JSONP
请求方式:GET POST
请求示例:http://open.liupai.net/cell/recell?appkey=yourappsecret
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| lat | string | 是 | 纬度 |
| lon | string | 是 | 经度 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| mnc | int | 移动网络代号 |
| lac | int | 小区号 |
| ci | int | 基站号 |
| location | array | 地址坐标 |
| lon | string | 经度 |
| lat | string | 纬度 |
| acc | int | ACC |
接口地址:http://open.liupai.net/cell/wifi
支持格式:JSON,JSONP
请求方式:GET POST
请求示例:http://open.liupai.net/cell/wifi?appkey=yourappsecret
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| mac | string | 是 | WIFI热点的MAC地址(BSSID) |
| coord | string | 否 | 坐标类型(wgs84/gcj02/bd09),默认wgs84 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| lat | string | 纬度 |
| lon | string | 经度 |
| radius | int | 精度 |
| address | string | 地址 |