ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 城市信息 ~~~[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": "城市不存在", } ~~~