{
"hotelID": 0,
"roomID": 0,
"st": "2019-08-24T14:15:22Z",
"et": "2019-08-24T14:15:22Z",
"amount": 0,
"channel": 0,
"amountDetail": "string",
"deposit": 0
}
curl --location --request POST 'https://yzt.hntpxx.com/api/app/booking' \
--header 'token: undefined' \
--header 'Content-Type: application/json' \
--data-raw '{
"hotelID": 0,
"roomID": 0,
"st": "2019-08-24T14:15:22Z",
"et": "2019-08-24T14:15:22Z",
"amount": 0,
"channel": 0,
"amountDetail": "string",
"deposit": 0
}'
{
"code": 200,
"data": {
"orderNo": "20240509164751560570600410"
},
"msg": "success"
}