多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 城市信息 ~~~[api] post:/city-info-json.html *id#城市ID <<< success { "status": "success", "msg": "获取成功", "result": { "id": 1, "city_pid": 0, "city_name": "广东省", "city_level": 1, "city_sort": 100, "city_state": "1" } } <<< error { "status": "fail", "msg": "城市不存在", } ~~~