{
"app_key": "1135130452",
"user_order_id": 25070200000011,
"num": 1,
"datas": {
"package": "中薯条",
"effective_date": 30
},
"vender_id": 1132,
"target": "",
"goods_id": 10005931,
"goods_name": "麦当劳",
"outer_goods_code": "12312313",
"official_payment": "19.500",
"user_quote_type": 1,
"user_quote_payment": "9.000",
"user_payment": "9.000",
"timestamp": 1723535808,
"sign": "602eed729e4b8edd71da79d5a9c0d08e"
}
curl --location --request POST 'http://test.shop.center.mf178.cn接口路径具体为用户自己配置,请看下方说明' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "1135130452",
"user_order_id": 25070200000011,
"num": 1,
"datas": {
"package": "中薯条",
"effective_date": 30
},
"vender_id": 1132,
"target": "",
"goods_id": 10005931,
"goods_name": "麦当劳",
"outer_goods_code": "12312313",
"official_payment": "19.500",
"user_quote_type": 1,
"user_quote_payment": "9.000",
"user_payment": "9.000",
"timestamp": 1723535808,
"sign": "602eed729e4b8edd71da79d5a9c0d08e"
}'
{
"code":"SUCCESS",
"message":"收单成功"
}