GET V2/City/get_City30_gouwu

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

请求信息详情

URI 参数

None.

Body 参数

条件实体

CityWhere
名称描述类型附加信息
cityid

城市ID

integer

None.

year

年份

integer

None.

month

月份

integer

None.

cache

是否度缓存

integer

None.

请求格式

application/json, text/json

Sample:
{
  "cityid": 1,
  "year": 2,
  "month": 3,
  "cache": 4
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CityWhere'.

响应信息

资源描述

全国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
  }
]