| 字段名 | 类型 | 说明 |
|---|---|---|
code | int | 状态码,0=成功 |
desc | string | 状态描述 |
data− |
object | 业务数据(成功时返回) |
list[].id |
int | 记录ID |
list[].provinceid |
string | 省级行政区ID |
list[].provincename |
string | 省级名称 |
list[].cityid |
string | 市级行政区ID |
list[].cityname |
string | 市级名称 |
list[].countyid |
string | 区县级行政区ID |
list[].countyname |
string | 区县级名称 |
list[].townid |
string | 乡镇级行政区ID |
list[].townname |
string | 乡镇级名称 |
list[].villageid |
string | 村级行政区ID |
list[].villagename |
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号