GET V2/City/get_City_month_gouwu?json={json}
全市每月拟开业购物中心情况
请求信息详情
URI 参数
| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| json |
json={"cityid":"401","year":"2017"} |
string |
Required |
Body 参数
None.
响应信息
资源描述
全市每月拟开业购物中心情况
Collection of monthgouwu| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| year |
年份 |
integer |
None. |
| month |
月份 |
integer |
None. |
| ykcounts |
已开业统计 |
integer |
None. |
| nkcounts |
拟开业统计 |
integer |
None. |
响应结果格式
application/json, text/json
Sample:
[
{
"year": 1,
"month": 2,
"ykcounts": 3,
"nkcounts": 4
},
{
"year": 1,
"month": 2,
"ykcounts": 3,
"nkcounts": 4
}
]