- App/H5对接流程:
- API开放接口对接流程
- 小程序对接流程v1.1
- 数据推送说明
- 基础信息
- 电影票接口
- 卡券接口
- 点餐接口
订单列表(管理)
POST
/api/movie/list
Movie
请求参数
Body 参数application/json
pageIndex
integer <int32>
可选
pageSize
integer <int32>
可选
exportExcel
boolean
可选
orderCustomId
string | null
订单号
entOrderId
string | null
可选
movieName
string | null
电影名称
cityName
string | null
城市
cinemaName
string | null
影院
orderState
enum<integer> <int32>
订单状态
枚举值:
01478
queryType
integer <int32>
可选
startTime
string <date-time> | null
起始时间
endTime
string <date-time> | null
截至时间
appId
string | null
appid
appIds
array[string] | null
appid
示例
{
"pageIndex": 0,
"pageSize": 0,
"exportExcel": true,
"orderCustomId": "string",
"entOrderId": "string",
"movieName": "string",
"cityName": "string",
"cinemaName": "string",
"orderState": 0,
"queryType": 0,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"appId": "string",
"appIds": [
"string"
]
}
返回响应
🟢200Success
application/json
Body
code
integer <int32>
code
message
string | null
message
data
object (TicketOrderChannelDtoPageData)
可选
pageIndex
integer <int32>
可选
pageSize
integer <int32>
可选
pageCount
integer <int32>
可选
total
integer <int32>
可选
fileId
string | null
可选
data
array[object (TicketOrderChannelDto) {53}] | null
可选
示例
{
"code": 0,
"message": "string",
"data": {
"pageIndex": 0,
"pageSize": 0,
"pageCount": 0,
"total": 0,
"fileId": "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-01-30 06:15:05