| 字段名 | 类型 | 说明 |
|---|---|---|
code | int | 状态码,0=成功 |
desc | string | 状态描述 |
data− |
object | 业务数据(成功时返回) |
province |
string | 省/直辖市 |
province_code |
string | 省国标code(6位行政区划代码) |
city |
string | 市/地级市 |
city_code |
string | 市国标code(6位行政区划代码) |
county |
string | 区/县 |
county_code |
string | 区县国标code(6位行政区划代码) |
town |
string | 街道/乡/镇 |
town_code |
string | 街道/乡镇国标code |
zip_code |
string | 邮政编码 |
phone_num |
string | 电话号码,多个则按顺序输出 |
ext_mobile |
string | 分机号 |
person |
string | 收件人姓名,多个则按顺序输出 |
detail |
string | 详细地址(去除省市区镇后的剩余部分) |
request_id | string | 请求追踪ID |
{
"code": 0,
"desc": "success",
"data": { ... },
"request_id": "abc123..."
}
{
"code": 999,
"desc": "错误描述",
"request_id": "abc123..."
}
© 网程科技(林州网程科技有限公司) | 豫ICP备2025120409号-2 | 豫B2-20230220 | 豫公网安备 41058102000262号