## 城市面包屑導航獲取
~~~[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 | 城市名稱 |