GET api/flight/getCityList/{lang}
获取所有城市列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang | string |
Default value is zh-hk |
Body Parameters
None.
Response Information
Resource Description
获取所有城市列表
ReturnResultOfListOfCityShortContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of CityShortContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "CityC": "sample string 1", "CityName": "sample string 2" }, { "CityC": "sample string 1", "CityName": "sample string 2" } ], "code": 1, "message": "sample string 2" }