获取酒店的TAB websocket测试 POST https://admintest.fosunholiday.com/online/search/search/queryPostionScope 接口描述 获取酒店频道首页标签tab 请求参数 参数名 类型 描述 必填 reqDtos object 数据字典 必填 cityName string 示例:上海市 必填 postionScope string 示例:TC_HOTEL_RECOMMENDED 必填 响应应参数 参数名 类型 描述 必填 message object 示例:null 必填 errorMessage object 示例:null 必填 responseCode object 示例:null 必填 hasError boolean 示例:false 必填 success boolean 示例:false 必填 data array 数据列表 必填 postionCode string 示例:HOTL_HOTEL 必填 postionName string 示例:酒店 必填 说明 / 示例 **入参** ``` {"codes":["TC_Hotel_Banner"]} ``` **出参** ``` { "message":null, "errorMessage":null, "responseCode":null, "hasError":false, "success":false, "data":[ { "postionCode":"HOTL_HOTEL", "postionName":"酒店" }, { "postionCode":"HOTL_COUPLES", "postionName":"情侣" }, { "postionCode":"HOTL_HOLIDAY", "postionName":"度假" }, { "postionCode":"HOTL_CHILD", "postionName":"亲子" }, { "postionCode":"HOTL_RIM", "postionName":"周边" } ] } ```
**入参** ``` {"codes":["TC_Hotel_Banner"]} ``` **出参** ``` { "message":null, "errorMessage":null, "responseCode":null, "hasError":false, "success":false, "data":[ { "postionCode":"HOTL_HOTEL", "postionName":"酒店" }, { "postionCode":"HOTL_COUPLES", "postionName":"情侣" }, { "postionCode":"HOTL_HOLIDAY", "postionName":"度假" }, { "postionCode":"HOTL_CHILD", "postionName":"亲子" }, { "postionCode":"HOTL_RIM", "postionName":"周边" } ] } ```