{
"app_key": "1135130452",
"user_order_id": 24080700000009,
"vender_id": 2022,
"target": {
"city": "广州",
"cinema": "珠影市三宫影城(原华影万晟国际影城)",
"address": "广东省-广州-荔湾区",
"film": "毒液:最后一舞",
"hall": "4楼9厅4K激光厅",
"session": "2024-10-23 19:00:00",
"unit": "1",
"couple_seat": "y",
"change_seat": "y",
"seat": "1排6座"
},
"goods_id": 112233,
"goods_name": "电影票",
"outer_goods_code": "SY23283822245",
"official_payment": "1.00",
"user_quote_type": 2,
"user_quote_payment": "9900",
"user_payment": "0.990",
"datas": {},
"timestamp": 1723535808,
"sign": "602eed729e4b8edd71da79d5a9c0d08e"
}
curl --location --request POST '接口路径具体为用户自己配置,请看下方说明' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "1135130452",
"user_order_id": 24080700000009,
"vender_id": 2022,
"target": {
"city": "广州",
"cinema": "珠影市三宫影城(原华影万晟国际影城)",
"address": "广东省-广州-荔湾区",
"film": "毒液:最后一舞",
"hall": "4楼9厅4K激光厅",
"session": "2024-10-23 19:00:00",
"unit": "1",
"couple_seat": "y",
"change_seat": "y",
"seat": "1排6座"
},
"goods_id": 112233,
"goods_name": "电影票",
"outer_goods_code": "SY23283822245",
"official_payment": "1.00",
"user_quote_type": 2,
"user_quote_payment": "9900",
"user_payment": "0.990",
"datas": {},
"timestamp": 1723535808,
"sign": "602eed729e4b8edd71da79d5a9c0d08e"
}'
{
"code":"SUCCESS",
"message":"收单成功"
}