{
"app_key": "1135130452",
"user_order_id": 24080700000009,
"datas": {
"kind": "大会员",
"time": "月卡"
},
"vender_id": 2022,
"target": "13760135628",
"goods_id": 112233,
"goods_name": "腾讯会员月卡",
"outer_goods_code": "SY23283822245",
"official_payment": "1",
"user_quote_type": 2,
"user_quote_payment": "9900",
"user_payment": "0.99",
"timestamp": 1723535808,
"sign": "602eed729e4b8edd71da79d5a9c0d08e"
}
curl --location --request POST '接口路径具体为用户自己配置,请看下方说明' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "1135130452",
"user_order_id": 24080700000009,
"datas": {
"kind": "大会员",
"time": "月卡"
},
"vender_id": 2022,
"target": "13760135628",
"goods_id": 112233,
"goods_name": "腾讯会员月卡",
"outer_goods_code": "SY23283822245",
"official_payment": "1",
"user_quote_type": 2,
"user_quote_payment": "9900",
"user_payment": "0.99",
"timestamp": 1723535808,
"sign": "602eed729e4b8edd71da79d5a9c0d08e"
}'
{
"code":"SUCCESS",
"message":"收单成功"
}