GET V2/City/get_City_ViewInfo?json={json}

获取市概览数据

请求信息详情

URI 参数

名称描述类型附加信息
json

json={"cityid":"401","year":"2017"}

string

Required

Body 参数

None.

响应信息

资源描述

获取市概览数据

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
}