- 套餐
- 全局
- 新开
- 续费
- 新闻
- 个人中心
- 收银台
- 百度线索
- 支付-其他(不用调用)
- 第三方接口
- 后台接口
- 卓越
- 收银台-通知
- 监控
- 测试
- 补偿接口
- 测试续费用户GET
地址模糊查询
开发中
GET
/v1/common/map
请求参数
Query 参数
address
string
必需
示例值:
数据港
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://220.115.251.61/dev-api/v1/common/map?address=数据港'
返回响应
🟢200成功
application/json
Body
msg
string
必需
code
integer
必需
data
object
必需
tips
array [object {8}]
必需
status
string
必需
info
string
必需
infocode
string
必需
count
string
必需
示例
{
"msg": "请求成功",
"code": 200,
"data": {
"tips": [
{
"id": "B00156EO89",
"name": "数据港大厦",
"district": "上海市静安区",
"adcode": "310106",
"location": "121.439976,31.296959",
"address": "江场西路387号",
"typecode": "120201",
"city": []
},
{
"id": "B0IU9CTQD1",
"name": "数据港",
"district": "上海市静安区",
"adcode": "310106",
"location": "121.450736,31.299121",
"address": "江场路1401弄14号18楼(市北壹中心)",
"typecode": "170200",
"city": []
},
{
"id": "B0K6XS00Q7",
"name": "上海数据港股份有限公司",
"district": "上海市宝山区",
"adcode": "310113",
"location": "121.457780,31.365370",
"address": "江杨北路与莲花山路交叉口东240米",
"typecode": "170200",
"city": []
},
{
"id": "B00156O3AT",
"name": "数据港大厦(西北门)",
"district": "上海市静安区",
"adcode": "310106",
"location": "121.439645,31.297417",
"address": "江场西路387号数据港大厦",
"typecode": "991400",
"city": []
},
{
"id": "B0FFLHNBVA",
"name": "数据港大厦(东1门)",
"district": "上海市静安区",
"adcode": "310106",
"location": "121.440717,31.297020",
"address": "万荣路与江场西路交叉口南80米",
"typecode": "991400",
"city": []
},
{
"id": "B0FFG8GFPQ",
"name": "数据港上海宝山数据中心",
"district": "上海市宝山区",
"adcode": "310113",
"location": "121.469443,31.364181",
"address": "吴淞科技园铁山路69号",
"typecode": "170200",
"city": []
},
{
"id": "B0HG2A1L4B",
"name": "数据港大厦停车场",
"district": "上海市静安区",
"adcode": "310106",
"location": "121.439637,31.297040",
"address": "江场西路数据港大厦",
"typecode": "150904",
"city": []
},
{
"id": "B0HG2A0Q3H",
"name": "数据港大厦地下停车场",
"district": "上海市静安区",
"adcode": "310106",
"location": "121.440143,31.297112",
"address": "江场西路与万荣路交叉口西南100米",
"typecode": "150904",
"city": []
},
{
"id": "B0HG2A0Q3G",
"name": "数据港大厦停车场(出入口)",
"district": "上海市静安区",
"adcode": "310106",
"location": "121.439576,31.297435",
"address": "江场西路与万荣路交叉口西120米",
"typecode": "150909",
"city": []
},
{
"id": "B0HG2A0XKQ",
"name": "数据港大厦地下停车场(出入口)",
"district": "上海市静安区",
"adcode": "310106",
"location": "121.440115,31.297255",
"address": "江场西路与万荣路交叉口西南80米",
"typecode": "150909",
"city": []
}
],
"status": "1",
"info": "OK",
"infocode": "10000",
"count": "10"
}
}
修改于 2024-05-27 08:39:44