GET City/get_City30_gouwu?json={json}

全国30个重点监测城市拟开业购物中心

请求信息详情

URI 参数

名称描述类型附加信息
json

json={"year":"2017"}

string

Required

Body 参数

None.

响应信息

资源描述

全国30个重点监测城市拟开业购物中心

Collection of arankcity
名称描述类型附加信息
cityid

城市ID

integer

None.

rank

排序

integer

None.

cityname

城市名称

string

None.

counts

统计

integer

None.

citylevel

城市线级

integer

None.

响应结果格式

application/json, text/json

Sample:
[
  {
    "cityid": 1,
    "rank": 2,
    "cityname": "sample string 3",
    "counts": 4,
    "citylevel": 5
  },
  {
    "cityid": 1,
    "rank": 2,
    "cityname": "sample string 3",
    "counts": 4,
    "citylevel": 5
  }
]