暂无描述{
"method": 2,
"details": [
{
"amount": 3600,
"totalAmount": 10000,
"memberMoreCount": 20,
"count": 1,
"memberLimit": 30,
"memberUnitPrice": 100,
"resourceCount": 100,
"subType": 1,
"type": 1
}
]
}curl --location --request POST 'https://api.tolink.cloud/order/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": 2,
"details": [
{
"amount": 3600,
"totalAmount": 10000,
"memberMoreCount": 20,
"count": 1,
"memberLimit": 30,
"memberUnitPrice": 100,
"resourceCount": 100,
"subType": 1,
"type": 1
}
]
}'{
"code": 0,
"data": {
"aliPayUrl": "",
"orderId": "c314b7fe-6bc7-444c-9105-1502a75bf502",
"wechatPayUrl": "weixin://wxpay/bizpayurl?pr=bCSgDcQzz"
},
"msg": "success"
}