GET api/package/page/allCalendarPag
获取所有热门城市页面
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取所有热门城市页面
ReturnResultOfListOfAirbareAllCalendarPageContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | Collection of AirbareAllCalendarPageContract | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": [
    {
      "id": 1,
      "lang": "sample string 2",
      "tagName": "sample string 3",
      "fromCity": "sample string 4",
      "fromCityName": "sample string 5",
      "toCity": "sample string 6",
      "toCityName": "sample string 7",
      "Country": "sample string 8"
    },
    {
      "id": 1,
      "lang": "sample string 2",
      "tagName": "sample string 3",
      "fromCity": "sample string 4",
      "fromCityName": "sample string 5",
      "toCity": "sample string 6",
      "toCityName": "sample string 7",
      "Country": "sample string 8"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}