GET api/flight/airline/hotlist/{lang}

獲取熱門航線(自定義)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lang

語言

string

Default value is eng

Body Parameters

None.

Response Information

Resource Description

獲取熱門航線(自定義)

ReturnResultOfListOfCustomAireLineContract
NameDescriptionTypeAdditional information
data

Collection of CustomAireLineContract

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "alid": 1,
      "code": "sample string 2",
      "name": "sample string 3"
    },
    {
      "alid": 1,
      "code": "sample string 2",
      "name": "sample string 3"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}