{
"hotelId": "string",
"checkInDate": "string",
"checkOutDate": "string",
"roomNum": 0,
"cityName": "string",
"cityID": "string",
"hotelName": "string",
"hotelEngName": "string",
"stars": [
0
],
"longitude": 0,
"latitude": 0,
"area": [
"string"
],
"business": [
"string"
],
"groupName": [
"string"
],
"radius": 0,
"breakfast": 0,
"sortType": 0,
"minPrice": 0,
"maxPrice": 0,
"pageNum": 0,
"pageSize": 0,
"showSoldOut": true,
"countyList": [
"string"
],
"queryRange": 0,
"supplierLists": [
{
"hotelCode": "string",
"channel": "string",
"asyncType": 0
}
],
"channel": "string",
"channelHotelId": "string",
"international": false,
"blockHotelIds": [
0
]
}
curl --location --request POST '/api/ops/hotel/book/sortHotelList' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJsaXV4dSIsImlhdCI6MTc0MzQ3ODg0NCwiZXhwIjoxNzQzNTY1MjQ0fQ.llLtYb1JtqjW_RPEYDkJbQ6SF5ThYFeLsCzbLi3bL0U' \
--header 'Content-Type: application/json' \
--data-raw '{
"hotelId": "string",
"checkInDate": "string",
"checkOutDate": "string",
"roomNum": 0,
"cityName": "string",
"cityID": "string",
"hotelName": "string",
"hotelEngName": "string",
"stars": [
0
],
"longitude": 0,
"latitude": 0,
"area": [
"string"
],
"business": [
"string"
],
"groupName": [
"string"
],
"radius": 0,
"breakfast": 0,
"sortType": 0,
"minPrice": 0,
"maxPrice": 0,
"pageNum": 0,
"pageSize": 0,
"showSoldOut": true,
"countyList": [
"string"
],
"queryRange": 0,
"supplierLists": [
{
"hotelCode": "string",
"channel": "string",
"asyncType": 0
}
],
"channel": "string",
"channelHotelId": "string",
"international": false,
"blockHotelIds": [
0
]
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"": {}
}
}