{
"netPrice": 6490,
"seatCount": 2,
"seatName": [
"3排15座",
"3排15座"
],
"quotationChannels": [
"LIMIT_PRICE",
"FIX_PRICE"
],
"showId": 1337188690026102795
}
curl --location --request POST 'api/film/order/officialQuotation?appId&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"netPrice": 6490,
"seatCount": 2,
"seatName": [
"3排15座",
"3排15座"
],
"quotationChannels": [
"LIMIT_PRICE",
"FIX_PRICE"
],
"showId": 1337188690026102795
}'
{
"state": 200,
"message": "",
"data": {
"taskId": "1338529745241722880"
},
"result": true
}