请求示例 (自动生成,仅结构参考)
POST /tickets/order/getTicketsOrderDetail
{
"body": {
"id": 1
}
}响应示例
{
"errcode": 0,
"errmsg": "",
"data": {
"order": {
"id": 1,
"orderNo": "",
"merchantId": 1,
"shopId": 1,
"memberId": 1,
"orderType": "1",
"orderSource": "1",
"buyNum": 0,
"orderAmount": 0,
"receivableAmount": 0,
"payableAmount": 0,
"reducedPrice": 0,
"discountAmount": 0,
"payStatus": "1",
"orderStatus": "1",
"orderPhone": "13800000000",
"orderContactMobile": "13800000000",
"orderContactName": "",
"orderRemark": "",
"orderTime": "2026-01-01 12:00:00",
"orderExpressTime": "2026-01-01 12:00:00",
"createdBy": "",
"createdTime": "2026-01-01 12:00:00",
"updatedBy": "2026-01-01 12:00:00",
"updatedTime": "2026-01-01 12:00:00"
},
"orderGoods": {
"id": 1,
"orderId": 1,
"ticketsId": 1,
"ticketsName": "",
"ticketsSkuId": 1,
"ticketsSkuName": "",
"skuPrice": 0,
"calendarId": 1,
"bookDate": "2026-01-01 12:00:00",
"timeSlotId": 1,
"timeSlot": "2026-01-01 12:00:00",
"updatedBy": "2026-01-01 12:00:00",
"updatedTime": "2026-01-01 12:00:00",
"createdBy": "",
"createdTime": "2026-01-01 12:00:00"
},
"sku": {
"id": 1,
"merchantId": 1,
"shopId": 1,
"ticketsId": 1,
"skuName": "",
"typeId": "",
"typeInfo": "",
"stockNumType": false,
"stockDateType": false,
"bookType": 0,
"bookTimeLimit": "2026-01-01 12:00:00",
"idLimitFlag": false,
"idLimitDays": 1,
"idLimitNum": 1,
"speedInfo": "",
"basePrice": 0,
"contentWith": "",
"contentWithout": "",
"enterDemand": "",
"enterType": "",
"enterChangeFlag": false,
"changePostion": "",
"changeStart": "",
"changeEnd": "",
"enterPostion": "",
"enterStart": "",
"enterEnd": "",
"refundType": 0,
"refundDays": 0,
"refundTime": "2026-01-01 12:00:00",
"refundPolicy": "",
"remark": "",
"receiptPolicy": "",
"isDeleted": false,
"status": "1",
"createdBy": "",
"createdTime": "2026-01-01 12:00:00",
"updatedBy": "2026-01-01 12:00:00",
"updatedTime": "2026-01-01 12:00:00"
},
"tickets": {
"id": 1,
"merchantId": 1,
"shopId": 1,
"name": "",
"mainPic": "https://example.com/x.png",
"typeId": "",
"subTypeId": "",
"tags": "",
"introduction": "",
"propagatePic": "https://example.com/x.png",
"status": "1",
"isDeleted": false,
"createdBy": 0,
"createdTime": "2026-01-01 12:00:00",
"updatedBy": 0,
"updatedTime": "2026-01-01 12:00:00",
"provinceId": "",
"cityId": "",
"districtId": "",
"address": "",
"price": 0,
"unitPrice": 0,
"openDate": "2026-01-01 12:00:00",
"remark1": "",
"remark2": ""
},
"touristList": [
{
"id": 1,
"orderId": 1,
"name": "",
"phone": "13800000000",
"idType": "1",
"identityNo": "",
"isDeleted": false,
"updatedBy": "2026-01-01 12:00:00",
"updatedTime": "2026-01-01 12:00:00",
"createdBy": "",
"createdTime": "2026-01-01 12:00:00",
"qrCode": "",
"qrCodeBase64": "",
"status": 0
}
],
"payment": {
"id": 1,
"orderId": 1,
"paymentType": "1",
"paymentMode": "1",
"paymentAmount": 0,
"paymentCurrency": 0,
"transactionNo": "",
"remark": "",
"status": 0,
"updatedBy": "2026-01-01 12:00:00",
"updatedTime": "2026-01-01 12:00:00",
"createdBy": "",
"createdTime": "2026-01-01 12:00:00"
},
"paymentList": [
{
"id": 1,
"orderId": 1,
"paymentType": "1",
"paymentMode": "1",
"paymentAmount": 0,
"paymentCurrency": 0,
"transactionNo": "",
"remark": "",
"status": 0,
"updatedBy": "2026-01-01 12:00:00",
"updatedTime": "2026-01-01 12:00:00",
"createdBy": "",
"createdTime": "2026-01-01 12:00:00"
}
],
"checkList": [
{
"id": 1,
"orderId": 1,
"orderTouristId": 1,
"ticketsId": 1,
"ticketsName": "",
"ticketsSkuId": 1,
"ticketsSkuName": "",
"checkerId": 1,
"checkerName": "",
"checkTime": "2026-01-01 12:00:00",
"name": "",
"phone": "13800000000",
"idType": "1",
"identityNo": "",
"isDeleted": false,
"status": 0,
"updatedBy": "2026-01-01 12:00:00",
"updatedTime": "2026-01-01 12:00:00",
"createdBy": "",
"createdTime": "2026-01-01 12:00:00",
"qrcode": "",
"shopId": 1,
"shopName": ""
}
],
"operatelogList": [
{
"id": 1,
"orderId": 1,
"ip": "",
"content": "",
"createdBy": "",
"authUserType": "1",
"createdTime": "2026-01-01 12:00:00"
}
]
}
}