多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 城市面包屑导航获取 ~~~[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 | 城市名称 |