{
"brandCode": "HJ",
"businessCircleCode": "330100_0100",
"checkInDate": "2026-09-01",
"checkOutDate": "2026-09-02",
"cityCode": 330100,
"keyword": "西湖",
"latitude": 30.24603,
"longitude": 120.120105,
"page": 0,
"size": 20,
"sorts": "reputation-desc",
"star": 4,
"supportHourRoom": false,
"themeType": "A"
}curl --location --request GET '/api/hotel/search?appId=undefined&nonce=undefined&sign=undefined×tamp=undefined' \
--header 'Content-Type: application/json' \
--data '{
"brandCode": "HJ",
"businessCircleCode": "330100_0100",
"checkInDate": "2026-09-01",
"checkOutDate": "2026-09-02",
"cityCode": 330100,
"keyword": "西湖",
"latitude": 30.24603,
"longitude": 120.120105,
"page": 0,
"size": 20,
"sorts": "reputation-desc",
"star": 4,
"supportHourRoom": false,
"themeType": "A"
}'{
"list": [
{
"address": "杭州市西湖区北山街X号",
"brandCode": "BRAND_A",
"brandName": "华住",
"businessCircleCode": 33010001,
"businessCircleName": "西湖风景区",
"hotelId": 10001,
"latitude": 30.24603,
"longitude": 120.120105,
"mainImage": "string",
"maxOccupancy": 2,
"minPrice": 20000,
"name": "杭州西湖大酒店",
"salePrice": 32000,
"settlePrice": 30000,
"star": 4,
"supportHourRoom": false
}
],
"total": 0
}