{
"showId": "1167046042641293321L",
"changeSeat": "1",
"callbackUrl": "",
"outOrderNumber": "123456",
"channel": "2",
"inputLimitPrice":"50000",
"matchChannel": "3",
"slaveMatchChannel": "5",
"seats": [
{
"row": "7",
"col": "3",
"seatName": "7排3号"
},
{
"row": "7",
"col": "2",
"seatName": "7排2号"
}
]
}
curl --location --request POST 'api/film/order/officialSubmitOrder?appId=&sign=×tamp=' \
--header 'Content-Type: application/json' \
--data-raw '{
"showId": "1167046042641293321L",
"changeSeat": "1",
"callbackUrl": "",
"outOrderNumber": "123456",
"channel": "2",
"inputLimitPrice":"50000",
"matchChannel": "3",
"slaveMatchChannel": "5",
"seats": [
{
"row": "7",
"col": "3",
"seatName": "7排3号"
},
{
"row": "7",
"col": "2",
"seatName": "7排2号"
}
]
}'
{
"state": 200,
"message": "",
"data": {
"callbackUrl": "",
"changeSeatStatus": 1,
"channel": 2,
"cinemaAddress": "晋江市安海镇上悦城3楼",
"cinemaCode": "35050321",
"cinemaId": 1166372010777931800,
"cinemaName": "横店电影城安海上悦城店(全激光影厅)",
"cityCode": 350500,
"cityName": "泉州市",
"filmId": 1166400785188339700,
"filmName": "拯救嫌疑人",
"filmPic": "https://gw.alicdn.com/i3/O1CN011KgNi71g4oP2sXZV2_!!6000000004089-0-alipicbeacon.jpg_480x480Q30s150.jpg",
"filmShowTime": 1699013700000,
"finishTime": 0,
"id": 1169667879470702600,
"limitPrice": 4395,
"limitPriceAll": 8790,
"orderNumber": "2023110200023",
"orderStatus": 1,
"orderType": 2,
"outOrderNumber": "aa",
"payStatus": 0,
"payTime": 0,
"price": 4400,
"priceAll": 8800,
"realPrice": 4390,
"realPriceAll": 8780,
"receiveTime": 0,
"receiveUserId": 0,
"receiveUserName": "",
"roundBeginTime": 0,
"roundEndTime": 0,
"roundIndex": 0,
"seatCount": 2,
"seatType": 1,
"seats": [
{
"col": "3",
"row": "7",
"seatName": "7排3号"
},
{
"col": "2",
"row": "7",
"seatName": "7排2号"
}
],
"showId": 1167046042641293300,
"showName": "1号电影党课主题厅(3D影片建议您自备眼镜)",
"submitTime": 1698912153844,
"userId": 1715213770677637000,
"userName": "13931933190"
},
"result": true,
"token": null
}