{
"app_key": "880961211",
"user_order_id": 24102200000285,
"target": "13925185624",
"goods_id": 10000201,
"goods_name": "抖音",
"outer_goods_code": "",
"num": 5,
"total_coin_num": 50,
"datas": {
"coin_type": "抖音钻石",
"number": "10"
},
"vender_id": 1112,
"timestamp": 1729566773,
"official_payment": "0.98",
"user_quote_type": 2,
"user_quote_payment": "9000.00",
"user_payment": "4.50",
"sign": "a34b37438c44ed430684f3ab5071c50b"
}
curl --location --request POST '接口路径具体为用户自己配置,请看下方说明' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "880961211",
"user_order_id": 24102200000285,
"target": "13925185624",
"goods_id": 10000201,
"goods_name": "抖音",
"outer_goods_code": "",
"num": 5,
"total_coin_num": 50,
"datas": {
"coin_type": "抖音钻石",
"number": "10"
},
"vender_id": 1112,
"timestamp": 1729566773,
"official_payment": "0.98",
"user_quote_type": 2,
"user_quote_payment": "9000.00",
"user_payment": "4.50",
"sign": "a34b37438c44ed430684f3ab5071c50b"
}'
{
"code":"SUCCESS",
"message":"收单成功"
}