GET api/flight/airport/list
機場列表(返回所有語言)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
機場列表(返回所有語言)
ReturnResultOfListOfAirPortContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | Collection of AirPortContract | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": [
    {
      "code": "sample string 1",
      "airportnameeng": "sample string 2",
      "airportnamecht": "sample string 3",
      "airportnamechs": "sample string 4",
      "citycode": "sample string 5",
      "citynameeng": "sample string 6",
      "citynamecht": "sample string 7",
      "citynamechs": "sample string 8",
      "countrycode": "sample string 9",
      "countrynameeng": "sample string 10",
      "countrynamecht": "sample string 11",
      "countrynamechs": "sample string 12",
      "searchkeyeng": "sample string 13",
      "timezone": 14.1,
      "customcitynameeng": "sample string 15",
      "customcitynamecht": "sample string 16",
      "customcitynamechs": "sample string 17",
      "lastupdate": "2025-11-04T18:47:45.6731035+08:00",
      "lat": 18.0,
      "lng": 19.0,
      "hotelCityCode": "sample string 20",
      "stateProvinceC": "sample string 21"
    },
    {
      "code": "sample string 1",
      "airportnameeng": "sample string 2",
      "airportnamecht": "sample string 3",
      "airportnamechs": "sample string 4",
      "citycode": "sample string 5",
      "citynameeng": "sample string 6",
      "citynamecht": "sample string 7",
      "citynamechs": "sample string 8",
      "countrycode": "sample string 9",
      "countrynameeng": "sample string 10",
      "countrynamecht": "sample string 11",
      "countrynamechs": "sample string 12",
      "searchkeyeng": "sample string 13",
      "timezone": 14.1,
      "customcitynameeng": "sample string 15",
      "customcitynamecht": "sample string 16",
      "customcitynamechs": "sample string 17",
      "lastupdate": "2025-11-04T18:47:45.6731035+08:00",
      "lat": 18.0,
      "lng": 19.0,
      "hotelCityCode": "sample string 20",
      "stateProvinceC": "sample string 21"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}