{
"areaCode":"222401",
"position":"121.21519867127783,31.298244546284025",
"distance":1,
"keyword": "测试酒店",
"levels": [0],
"sources":["B2B"],
"priceMin": 200,
"priceMax": 400,
"checkinDate": "2026-01-20",
"checkoutDate": "2026-01-21",
"page": 1,
"size": 20
}curl --location --request POST 'http://api.test.yxjtrip.com/core/open/corp/hotelInfo/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"areaCode":"222401",
"position":"121.21519867127783,31.298244546284025",
"distance":1,
"keyword": "测试酒店",
"levels": [0],
"sources":["B2B"],
"priceMin": 200,
"priceMax": 400,
"checkinDate": "2026-01-20",
"checkoutDate": "2026-01-21",
"page": 1,
"size": 20
}'{
"code": 0,
"msg": "string",
"data": [
{
"pageNum": 0,
"total": 0,
"pages": 0,
"pageSize": 0,
"records": [
{
"id": "string",
"hotelName": "string",
"titleImage": "string",
"brandId": "string",
"levelNum": 0,
"summary": "string",
"areaCode": [
"string"
],
"sources": "string",
"areaName": "string",
"address": "string",
"position": "string",
"telephone": "string",
"fixupDate": "string",
"priceMinList": [
{
"date": "string",
"salePrice": 0,
"minPrice": 0
}
],
"status": "string"
}
]
}
]
}