{
"allowChanged": true,
"channelOrderNo": "string",
"cinemaId": "string",
"mobile": "string",
"movieId": "string",
"seatIds": [
"string"
],
"showId": "string",
"fastTake": true
}curl --location --request POST 'http://dev-cn.your-api-server.com/api/movie/order/submit?appId&nonce&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"allowChanged": true,
"channelOrderNo": "string",
"cinemaId": "string",
"mobile": "string",
"movieId": "string",
"seatIds": [
"string"
],
"showId": "string",
"fastTake": true
}'{
"channelOrderNo": "string",
"completeTime": 0,
"createTime": 0,
"orderDesc": "string",
"orderSubTitle": "string",
"orderTitle": "string",
"originPrice": 0,
"outOrderNo": "string",
"quantity": 0,
"salePrice": 0,
"settlePrice": 0,
"status": 0,
"ticketTime": 0,
"tickets": [
{
"seatNo": "string",
"ticketId": "string",
"ticketQrCode": "string",
"ticketSecret": "string"
}
],
"totalSettleAmount": 0
}