{
"orderId": 0,
"orderRoomIds": [
0
],
"dayPriceList": [
{
"day": "string",
"price": 0
}
]
}
curl --location --request POST 'http://127.0.0.1:8118/czpms-hotel/order/updtPrices' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"orderRoomIds": [
0
],
"dayPriceList": [
{
"day": "string",
"price": 0
}
]
}'
{
"code": 0,
"msg": "",
"data": {}
}