// {
// "no": "202504021652582477",
// "linkPhone": "19862891836",
// "totalPrice": 516,
// "linkMan": "颜建伟",
// "checkInDate": "2025-04-15",
// "names": [
// [
// {
// "phone": "19862891836",
// "name": "颜建伟"
// }
// ]
// ],
// "checkOutDate": "2025-04-16",
// "latestArriveTime": "18:00"
// }
{
"no": "202504120920520903",
"roomNum": 1,
"latestArriveTime": "2025-04-12T01:20:25.630Z",
"remark": "",
"linkMan": "颜建伟",
"linkPhone": "13099999999",
"email": "123@qq.com",
"salePrice": "",
"extraCost": 10,
"commonMark": "123123",
"specialDemand": "123123",
"names": [
[
{
"name": "颜建伟"
}
]
]
}
curl --location --request POST '/api/hotel/createOrder' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJsaXV4dSIsImlhdCI6MTc0NDQyMDk2NiwiZXhwIjoxNzQ0NTA3MzY2fQ.qCrPSz3lkvILUkF2E6BWbxR0FE-x3W_p9QAiSb5vSyk' \
--header 'Tenant-Id: 1' \
--header 'Content-Type: application/json' \
--data-raw '// {
// "no": "202504021652582477",
// "linkPhone": "19862891836",
// "totalPrice": 516,
// "linkMan": "颜建伟",
// "checkInDate": "2025-04-15",
// "names": [
// [
// {
// "phone": "19862891836",
// "name": "颜建伟"
// }
// ]
// ],
// "checkOutDate": "2025-04-16",
// "latestArriveTime": "18:00"
// }
{
"no": "202504120920520903",
"roomNum": 1,
"latestArriveTime": "2025-04-12T01:20:25.630Z",
"remark": "",
"linkMan": "颜建伟",
"linkPhone": "13099999999",
"email": "123@qq.com",
"salePrice": "",
"extraCost": 10,
"commonMark": "123123",
"specialDemand": "123123",
"names": [
[
{
"name": "颜建伟"
}
]
]
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"no": 0,
"desc": "",
"status": 0,
"buyNo": "",
"excessAmount": 0.0,
"paragraph": [
""
],
"prompt": [
""
],
"createTime": "",
"buyPrice": 0.0
}
}