{
"id": "string",
"price": 0
}
curl --location --request POST 'http://127.0.0.1:8118/czpms-hotel/ota/updtOtaDayPriceItem' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"price": 0
}'
{
"code": 1016,
"msg": "",
"data": null
}