GET V2/City/get_City_ViewInfo

获取市概览数据

请求信息详情

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'.

响应信息

资源描述

获取市概览数据

cityview
名称描述类型附加信息
year

年份

integer

None.

cityid

城市ID

string

None.

renjungouwumj

人均购物中心面积

decimal number

None.

renjungouwuct

人均购物中心量

decimal number

None.

yikaigouwumj

已开业购物中心面积

decimal number

None.

nikaigouwumj

拟开业购物中心面积

decimal number

None.

yikaigouwuct

已开业购物中心个数

integer

None.

nikaigouwuct

拟开业购物中心个数

integer

None.

shoucengzujin

首层平均租金

decimal number

None.

newbrandpie

新兴品牌率

decimal number

None.

liansuopinpailv

全国连锁品牌进驻率

decimal number

None.

isliansuo

产品线项目

decimal number

None.

响应结果格式

application/json, text/json

Sample:
{
  "year": 1,
  "cityid": "sample string 2",
  "renjungouwumj": 3.0,
  "renjungouwuct": 4.0,
  "yikaigouwumj": 5.0,
  "nikaigouwumj": 6.0,
  "yikaigouwuct": 7,
  "nikaigouwuct": 8,
  "shoucengzujin": 9.0,
  "newbrandpie": 10.0,
  "liansuopinpailv": 11.0,
  "isliansuo": 12.0
}