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:
响应信息
资源描述
全国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 } ]