文档
测试

根据酒店标签获取酒店

POST
https://admintest.fosunholiday.com/online/search/search/queryPostionProduct

请求参数

参数名
类型
描述
必填
reqDtos
object
数据字典
必填
cityName
string
示例:上海市
必填
postionName
string
示例:酒店
必填
paginationDTO
object
数据字典
必填
pageNumber
int
示例:1
必填
pageSize
int
示例:20
必填

响应参数

参数名
类型
描述
必填
message
object
示例:null
必填
errorMessage
object
示例:null
必填
responseCode
object
示例:null
必填
hasError
boolean
示例:false
必填
success
boolean
示例:false
必填
data
array
数据列表
必填
productName
string
示例:CS
必填
hotelId
int
示例:2106
必填
productCode
string
示例:207939
必填
tags
object
示例:null
必填
starLevel
int
示例:-1
必填
hotelScore
object
示例:null
必填
hotelScoreName
object
示例:null
必填
totalHotelScore
string
示例:5分
必填
productStartPrice
string
示例:1.0
必填
imgUrl
string
示例:https://image.fosunholiday.com/hotels/ms/7f630970e7667bc1fdd5aec519ab2a07.jpg
必填
isNew
int
示例:1
必填
productUrl
object
示例:null
必填
recommended
object
示例:null
必填
cornerMarkImgUrl
string
示例:https://image.fosunholiday.com/cl/image/2021-03-16/60500dc246e0fb0001c18a5f.png
必填
cornerNameImgUrl
string
示例:https://image.fosunholiday.com/cl/image/2021-03-12/604aca7452faff0001692277.png
必填
systemSource
string
示例:FOHOTEL
必填
paginationDTO
object
数据字典
必填
pageNumber
int
示例:1
必填
pageSize
int
示例:20
必填
totalCount
int
示例:1
必填

说明 / 示例

**入参** ``` {"reqDtos":{"cityName":"上海市","postionName":"酒店"},"paginationDTO":{"pageNumber":1,"pageSize":20}} ``` **出参** ``` { "message":null, "errorMessage":null, "responseCode":null, "hasError":false, "success":false, "data":[ { "productName":"CS", "hotelId":2106, "productCode":"207939", "tags":null, "starLevel":-1, "hotelScore":null, "hotelScoreName":null, "totalHotelScore":"5分", "productStartPrice":"1.0", "imgUrl":"https://image.fosunholiday.com/hotels/ms/7f630970e7667bc1fdd5aec519ab2a07.jpg", "isNew":1, "productUrl":null, "recommended":null, "cornerMarkImgUrl":"https://image.fosunholiday.com/cl/image/2021-03-16/60500dc246e0fb0001c18a5f.png", "cornerNameImgUrl":"https://image.fosunholiday.com/cl/image/2021-03-12/604aca7452faff0001692277.png", "systemSource":"FOHOTEL" } ], "paginationDTO":{ "pageNumber":1, "pageSize":20, "totalCount":1 } } ```