{
"pageNo": 0,
"pageSize": 0,
"params": {
"checkinDate": "string",
"checkoutDate": "string",
"cityId": 0,
"cityName": "string",
"stars": [
0
],
"longitude": 0,
"latitude": 0,
"locationList": [
{
"source": "string",
"label": "string",
"value": "string"
}
],
"optionList": [
{
"source": "string",
"label": "string",
"value": "string"
}
],
"radius": 0,
"sortType": 0,
"minPrice": 0,
"maxPrice": 0,
"keyword": "string",
"tenantId": 0,
"userId": 0,
"customerNo": 0
}
}curl --location --request POST '/api/hotel/callCenter/hotelSearch' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"params": {
"checkinDate": "string",
"checkoutDate": "string",
"cityId": 0,
"cityName": "string",
"stars": [
0
],
"longitude": 0,
"latitude": 0,
"locationList": [
{
"source": "string",
"label": "string",
"value": "string"
}
],
"optionList": [
{
"source": "string",
"label": "string",
"value": "string"
}
],
"radius": 0,
"sortType": 0,
"minPrice": 0,
"maxPrice": 0,
"keyword": "string",
"tenantId": 0,
"userId": 0,
"customerNo": 0
}
}'{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": {
"records": [
{
"hotelId": "",
"hotelName": "",
"recReason": "",
"recType": 0,
"star": 0,
"summary": "",
"score": 0.0,
"cityId": 0,
"address": "",
"userDistance": "",
"poiDistance": "",
"mainPictureUrl": "",
"checkin": "",
"checkout": "",
"longitude": 0.0,
"latitude": 0.0,
"area": [
""
],
"tagList": [
""
],
"priceInfo": {
"salePrice": 0.0,
"currencyCode": ""
},
"telephone": ""
}
],
"total": 0,
"current": 0,
"size": 0
}
}