{
"companyId": "string",
"userId": "string",
"cityName": "string",
"checkInTime": "string",
"checkLeaveTime": "string",
"tagType": "string",
"hotelTag": "string"
}curl --location --request POST '/hotelSearch/queryOtherHotelSearchResult' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyId": "string",
"userId": "string",
"cityName": "string",
"checkInTime": "string",
"checkLeaveTime": "string",
"tagType": "string",
"hotelTag": "string"
}'{
"code": 0,
"message": "",
"busCode": 0,
"data": [
{}
]
}