GET City/get_City_month_gouwu
全市每月拟开业购物中心情况
请求信息详情
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:
响应信息
资源描述
全市每月拟开业购物中心情况
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
}
]