{ "appKey": "", "appSecret": "", "orderId": "2257164624870311973" }
curl --location --request POST 'https://openapi.dajisaas.com/alibaba/trade/pay/protocolPay/preparePay' \ --header 'Content-Type: application/json' \ --data-raw '{ "appKey": "", "appSecret": "", "orderId": "2257164624870311973" }'
{ "code": 200, "message": "操作成功", "data": { "success": true, "code": null, "message": null, "result": { "isPaySuccess": null, "payChannel": "alipay", "paySuccess": true } }, "timestamp": 1723633532159, "traceId": "e8ed07169cdf" }