简要描述:
接口版本:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
孙程 |
2019-07-03 |
|
请求URL:
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
Content-Type |
|
|
|
Content-MD5 |
|
|
|
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
pid |
是 |
int |
具有相同父级,pid |
返回示例:
正确时返回(例子):
{
"msg": "请求成功",
"code": 200,
"icon": 1,
"time": 2000,
"data": [
{
"id": 2,
"pid": 1,
"flag": null,
"code": null,
"local": "市辖区",
"international": null,
"third": null,
"level": 2,
"reserve": null,
"status": 1
},
{
"id": 300,
"pid": 1,
"flag": null,
"code": null,
"local": "县",
"international": null,
"third": null,
"level": 2,
"reserve": null,
"status": 1
}
]
}
错误时返回:
{
"msg": "请求失败",
"code": 400,
"icon": 2,
"time": 2000,
"data": []
}
返回参数说明:
错误代码:
文档更新时间: 2019-07-15 19:52 作者:jetsamsun