{
"code": "1862083659508482050",
"checkinDate":"2025-01-08",
"checkoutDate":"2025-01-09",
"current":1,
"size":20
}curl --location --request POST 'http://api.test.yxjtrip.com/core/open/corp/hotelRoomProduct/minimumPrice' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "1862083659508482050",
"checkinDate":"2025-01-08",
"checkoutDate":"2025-01-09",
"current":1,
"size":20
}'{
"code": 0,
"msg": "string",
"data": {
"records": [
{
"hotelId": "string",
"minPrice": [
{
"date": "string",
"price": 0
}
]
}
],
"total": 0,
"current": 0,
"size": 0,
"pages": 0
}
}