GET api/v2/flight/country/getlist
獲取國家列表(所有語言)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
獲取國家列表(所有語言)
ReturnResultOfListOfCountryExtContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of CountryExtContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "countryCode": "sample string 1", "telCountry": "sample string 2", "nameInfo": [ { "name": "sample string 1", "lang": "sample string 2" }, { "name": "sample string 1", "lang": "sample string 2" } ] }, { "countryCode": "sample string 1", "telCountry": "sample string 2", "nameInfo": [ { "name": "sample string 1", "lang": "sample string 2" }, { "name": "sample string 1", "lang": "sample string 2" } ] } ], "code": 1, "message": "sample string 2" }