你也使用过这个API吗?欢迎分享你的见解
与大家分享你的见解、观点、比较或使用心得
雷达评级
AA
用户规模
10 万+
产品上线
5 年
https://binstd.apistd.com/zipcode/query
application/json
POST
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
key string | string | 是 | 请求 AccessKey, 请在控制台中查看 |
zipcode string | string | 是 | 邮编 |
参数名 | 类型 | 描述 |
---|---|---|
status string | string | 返回码 |
msg string | string | 返回说明信息 |
result array | array | 返回结果 |
└ province string | string | 省 |
└ city string | string | 市 |
└ town string | string | 县 |
└ address string | string | 地址 |
└ zipcode string | string | 邮编 |
{
"status": "0",
"msg": "ok",
"result": [
{
"province": "浙江省",
"city": "杭州市",
"town": "西湖区",
"address": "文一路80号浙江省省委党校图书馆(杂志)",
"zipcode": "310012"
},
{
"province": "浙江省",
"city": "杭州市",
"town": "西湖区",
"address": "余杭塘路388号浙江医科大学图书馆(杂志)",
"zipcode": "310012"
},
{
"province": "浙江省",
"city": "杭州市",
"town": "西湖区",
"address": "文二路125号浙江幼儿师范学校图书馆(杂志)",
"zipcode": "310012"
}
]
}
你也使用过这个API吗?欢迎分享你的见解
与大家分享你的见解、观点、比较或使用心得