请求示例 (自动生成,仅结构参考)
POST /hotelApi/getHotelOrderDetail
{
"body": {
"id": 1
}
}响应示例
{
"errcode": 0,
"errmsg": "",
"data": {
"order": {
"id": 1,
"orderNo": "",
"channel": "1",
"merchantId": 1,
"shopId": 1,
"hotelId": 1,
"roomTypeId": 1,
"planId": 1,
"purchaseDate": "2026-01-01 12:00:00",
"checkInDate": "2026-01-01 12:00:00",
"checkOutDate": "2026-01-01 12:00:00",
"expectedArrivalTime": "2026-01-01 12:00:00",
"actualCheckinTime": "2026-01-01 12:00:00",
"actualCheckoutTime": "2026-01-01 12:00:00",
"stayNights": 0,
"roomNum": 0,
"originalAmount": 0,
"discountAmount": 0,
"totalAmount": 0,
"paidAmount": 1,
"couponId": "",
"couponAmount": 0,
"guestId": "",
"guestNum": 0,
"breakfastNum": 0,
"cancelType": 0,
"cancelTime": "2026-01-01 12:00:00",
"memberId": 1,
"contactName": "",
"contactPhone": "13800000000",
"remark": "",
"reviewStatus": 0,
"paymentStatus": "0",
"status": "0",
"isDeleted": false,
"createdBy": 0,
"createdTime": "2026-01-01 12:00:00",
"updatedBy": 0,
"updatedTime": "2026-01-01 12:00:00",
"orderExpressTime": "2026-01-01 12:00:00"
},
"hotelInfo": {
"id": 1,
"merchantId": 1,
"shopId": 1,
"name": "",
"grade": "1",
"type": "1",
"status": 0,
"openingYear": 0,
"roomCount": 0,
"phone": "13800000000",
"address": "",
"landmark": "",
"provinceId": 1,
"cityId": 1,
"districtId": 1,
"longitude": 0,
"latitude": 0,
"coverImage": "",
"images": "",
"tags": "",
"locationTags": "",
"highlights": "",
"isDeleted": false,
"createdBy": 0,
"createdTime": "2026-01-01 12:00:00",
"updatedBy": 0,
"updatedTime": "2026-01-01 12:00:00"
},
"roomType": {
"id": 1,
"merchantId": 1,
"shopId": 1,
"hotelId": 1,
"name": "",
"basePrice": 0,
"coverImage": "",
"images": "",
"status": 0,
"sort": 0,
"roomTypeArea": 0,
"floorInfo": "",
"windowType": "1",
"bedInfo": "",
"guests": 0,
"smoking": 0,
"networkType": "1",
"extraBedAllowed": 0,
"extraBedDesc": "",
"isDeleted": false,
"createdBy": 0,
"createdTime": "2026-01-01 12:00:00",
"updatedBy": 0,
"updatedTime": "2026-01-01 12:00:00"
},
"roomList": [
{
"id": 1,
"orderId": 1,
"roomTypeId": 1,
"planId": 1,
"priceCalendarId": 1,
"roomName": "",
"roomDate": "2026-01-01 12:00:00",
"roomNum": 0,
"roomPrice": 0,
"totalPrice": 0,
"status": 0,
"checkedOutNum": 0,
"isDeleted": false,
"createdBy": 0,
"createdTime": "2026-01-01 12:00:00",
"updatedBy": 0,
"updatedTime": "2026-01-01 12:00:00"
}
],
"plan": {
"id": 1,
"hotelId": 1,
"roomTypeId": 1,
"name": "",
"autoConfirm": 0,
"breakfast": 0,
"basePrice": 0,
"salePrice": 0,
"stockType": "0",
"stockNum": 0,
"cancelType": "1",
"cancelDays": 0,
"cancelHours": "",
"sort": 0,
"status": 0,
"isDeleted": false,
"createdBy": 0,
"createdTime": "2026-01-01 12:00:00",
"updatedBy": 0,
"updatedTime": "2026-01-01 12:00:00"
},
"guestName": ""
}
}