{
"cinemaId": "string",
"movieId": "string",
"seatIds": [
"string"
],
"showId": "string"
}curl --location --request POST 'http://dev-cn.your-api-server.com/api/movie/order/check?appId&nonce&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"cinemaId": "string",
"movieId": "string",
"seatIds": [
"string"
],
"showId": "string"
}'{
"orderDesc": "string",
"orderPicUrl": "string",
"orderSubTitle": "string",
"orderTitle": "string",
"originPrice": 0,
"quantity": 0,
"salePrice": 0,
"totalOriginAmount": 0,
"totalSaleAmount": 0
}