{
"phone": "string",
"cityCode": "string",
"checkInDate": "string",
"checkOutDate": "string",
"page": 0,
"row": 0,
"keyword": "string",
"condition": {
"minPrice": 0,
"maxPrice": 0,
"sortType": "string",
"latitude": "string",
"longitude": "string",
"ranks": [
"string"
]
}
}curl --location --request POST '/hotel/searchHotel' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string",
"cityCode": "string",
"checkInDate": "string",
"checkOutDate": "string",
"page": 0,
"row": 0,
"keyword": "string",
"condition": {
"minPrice": 0,
"maxPrice": 0,
"sortType": "string",
"latitude": "string",
"longitude": "string",
"ranks": [
"string"
]
}
}'{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"hotelList": [
{
"hotelCode": "string",
"hotelName": "string",
"cityCode": "string",
"city": "string",
"countryCode": "string",
"district": "string",
"address": "string",
"rank": "string",
"openDate": "string",
"fitment": {},
"longitude": 0,
"latitude": 0,
"latitudeGd": 0,
"longitudeGd": 0,
"minPrice": 0,
"shortDesc": "string",
"commentPoint": 0,
"checkInDate": "string",
"checkOutDate": "string",
"tags": {},
"locationName": {},
"locationRadius": {},
"distince": "string",
"hotelAmenities": [
{}
],
"images": [
{
"categoryType": "string",
"url": "string"
}
]
}
]
}
}