## method: post ## path:index.php?route=common/home/getCityName ## param:无 ## type: json ## response: ## example: ### 状态码 含义 ### 7000 获取成功 ### 7001 非法请求 ### 7002 没有得到城市信息 ### 7003 没有获取到城市信息 ### { "city": [ { "zone_id": "708", "name": "Shanghai", "country": "China" } ], "status": "7000" ### }