- App/H5对接流程:
- API开放接口对接流程
- 小程序对接流程v1.1
- 数据推送说明
- 基础信息
- 电影票接口
- 卡券接口
- 点餐接口
订单详情
GET
/api/movie/get_order
Movie
请求参数
Query 参数
id
string
订单号
entOrderId
string
可选
返回响应
🟢200Success
application/json
Body
code
integer <int32>
code
message
string | null
message
data
object (TicketOrderChannelDto)
可选
id
string <uuid>
可选
epUserId
string <uuid>
归属企业用户id
orderCustomId
string | null
自定义订单号
userId
string <uuid>
用户ID
cityName
string | null
城市名称
cinemaName
string | null
影院名称
hallName
string | null
影厅名称
movieName
string | null
电影名称
seatNames
string | null
座位名称
seatList
array[string] | null
只读可选
postImageUrl
string | null
电影海报地址
cinemaAddress
string | null
影院地址
sessionBeginTime
string <date-time>
开场时间
sessionEndTime
string <date-time> | null
结束时间
movieVersion
string | null
可选
createTime
string <date-time>
创建时间
paidTime
string <date-time> | null
支付时间
finishTime
string <date-time> | null
完成时间
updateTime
string <date-time> | null
更新时间
expireTime
string <date-time> | null
过期时间
orderState
enum<integer> <int32>
可选
1:已支付
4:出票成功
7:出票失败(退款)
8:超时未付(取消)
11:正在出票
枚举值:
01478
supplierId
string <uuid> | null
供应商ID
ticketCode
string | null
取票码
ticketCodeList
array[string] | null
取票码列表
ticketCodeText
string | null
取票码文字信息
originPrice
number <double>
原票价单价
totalUserPrice
number <double>
订单用户总价
orderPayId
string | null
外部平台支付凭证号
orderRefundId
string | null
外部平台退款凭证号
buyModel
integer <int32>
购买方式
extData
string | null
附加数据
wxFormId
string | null
微信form_id
wxPrepayId
string | null
可选
switchSeat
boolean
是否支持自动换座位
cinemaLat
number <double>
影院经度
cinemaLng
number <double>
影院纬度
couponId
string <uuid> | null
优惠券ID
appId
string | null
所属APPId
entId
string | null
企业ID
entPara
string | null
企业参数
audience
string | null
可选
payAppId
string | null
可选
payTranId
string | null
可选
totalDistributionPrice
number <double>
可选
epParentCommission
number <double>
可选
epCommission
number <double>
当前订单佣金
inviteEpCommission
number <double>
可选
orderStateName
string | null
订单状态
nickName
string | null
昵称
avatarUrl
string | null
头像地址
gender
string | null
性别
files
array[object (FileStoreDto) {11}] | null
图片列表
makeTicketSeconds
integer
可选
示例
{
"code": 0,
"message": "string",
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"epUserId": "f6922f56-2635-4dc5-9821-536548cc4172",
"orderCustomId": "string",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"cityName": "string",
"cinemaName": "string",
"hallName": "string",
"movieName": "string",
"seatNames": "string",
"seatList": [
"string"
],
"postImageUrl": "string",
"cinemaAddress": "string",
"sessionBeginTime": "2019-08-24T14:15:22Z",
"sessionEndTime": "2019-08-24T14:15:22Z",
"movieVersion": "string",
"createTime": "2019-08-24T14:15:22Z",
"paidTime": "2019-08-24T14:15:22Z",
"finishTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"expireTime": "2019-08-24T14:15:22Z",
"orderState": 0,
"supplierId": "e01eb4c4-8eb9-4fb7-b625-61f58c6148db",
"ticketCode": "string",
"ticketCodeList": [
"string"
],
"ticketCodeText": "string",
"originPrice": 0,
"totalUserPrice": 0,
"orderPayId": "string",
"orderRefundId": "string",
"buyModel": 0,
"extData": "string",
"wxFormId": "string",
"wxPrepayId": "string",
"switchSeat": true,
"cinemaLat": 0,
"cinemaLng": 0,
"couponId": "15d6ce74-0176-4a4d-819b-7e460f30be6a",
"appId": "string",
"entId": "string",
"entPara": "string",
"audience": "string",
"payAppId": "string",
"payTranId": "string",
"totalDistributionPrice": 0,
"epParentCommission": 0,
"epCommission": 0,
"inviteEpCommission": 0,
"orderStateName": "string",
"nickName": "string",
"avatarUrl": "string",
"gender": "string",
"files": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"fileOperation": 0,
"fileDescription": "string",
"filePath": "string",
"fileName": "string",
"fileHash": "string",
"fileExtension": "string",
"fileMIME": "string",
"lastOperatedTime": "2019-08-24T14:15:22Z",
"orderId": "b3e1eced-f2bd-4d8c-9765-fbc9d1d222d5",
"index": 0
}
],
"makeTicketSeconds": 0
}
}
修改于 2024-11-15 03:26:46