GET Basic/get_city?provinceID={provinceID}
获取城市列表 BY provinceID
请求信息详情
URI 参数
名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
provinceID |
省份ID |
integer |
Required |
Body 参数
None.
响应信息
资源描述
获取城市列表 BY provinceID
Collection of address_4_city名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
CityID |
城市ID |
integer |
None. |
CountryID |
国家ID |
integer |
None. |
RegionID |
区域ID |
integer |
None. |
ProvinceID |
省份ID |
integer |
None. |
CityName |
城市Name |
string |
None. |
Curyear |
当前年份 |
integer |
None. |
CityGDP |
城市GDP |
decimal number |
None. |
CityPopulation |
城市人口 |
decimal number |
None. |
PerGDP |
城市人均GDP |
decimal number |
None. |
PerIncome |
城市人均收入 |
decimal number |
None. |
PerOutTu |
城市人均消费支出 |
decimal number |
None. |
CityXiaoFei |
城市社会消费品零售总额 |
decimal number |
None. |
CityBigLevel |
城市等级 |
integer |
None. |
ChangJiangNorthSorth |
长江南北 |
string |
None. |
IsNearSea |
是否靠海 |
string |
None. |
WhichDirection |
WhichDirection |
string |
None. |
IsHeadCity |
是否省会 |
string |
None. |
OrderByInt |
排序id,正序排 |
integer |
None. |
EconomicZone |
EconomicZone |
integer |
None. |
MrxScore |
MrxScore |
integer |
None. |
AddTime |
添加时间 |
date |
None. |
响应结果格式
application/json, text/json
Sample:
[ { "CityID": 1, "CountryID": 2, "RegionID": 3, "ProvinceID": 4, "CityName": "sample string 5", "Curyear": 6, "CityGDP": 7.1, "CityPopulation": 8.1, "PerGDP": 9.1, "PerIncome": 10.1, "PerOutTu": 11.1, "CityXiaoFei": 12.1, "CityBigLevel": 13, "ChangJiangNorthSorth": "sample string 14", "IsNearSea": "sample string 15", "WhichDirection": "sample string 16", "IsHeadCity": "sample string 17", "OrderByInt": 18, "EconomicZone": 19, "MrxScore": 20, "AddTime": "2024-11-19 01:56:25" }, { "CityID": 1, "CountryID": 2, "RegionID": 3, "ProvinceID": 4, "CityName": "sample string 5", "Curyear": 6, "CityGDP": 7.1, "CityPopulation": 8.1, "PerGDP": 9.1, "PerIncome": 10.1, "PerOutTu": 11.1, "CityXiaoFei": 12.1, "CityBigLevel": 13, "ChangJiangNorthSorth": "sample string 14", "IsNearSea": "sample string 15", "WhichDirection": "sample string 16", "IsHeadCity": "sample string 17", "OrderByInt": 18, "EconomicZone": 19, "MrxScore": 20, "AddTime": "2024-11-19 01:56:25" } ]