## 城市信息
~~~[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": "城市不存在",
}
~~~