## 城市面包屑导航获取
~~~[api]
post:/api/Common/getWebCityBreadcrumb.json
int:id#城市ID
<<<
success
{
"status": "success",
"msg": "获取成功",
"result": [{
"id": 5,
"city_pid": 1,
"city_name": "韶关市"
}, {
"id": 1,
"city_pid": 0,
"city_name": "广东省"
}]
}
~~~
#### 字段列表
| 字段名 | 说明 |
| --- | --- |
| id | 标签ID |
| city_pid | 上级ID |
| city_name | 城市名称 |