{
"appKey": "",
"appSecret": "",
"purchaseOrderIdList": [200049919063]
}
curl --location --request POST 'https://openapi.dajisaas.com/taobao/purchase/order/batch/pay' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "",
"appSecret": "",
"purchaseOrderIdList": [200049919063]
}'
{
"code": 200,
"message": "操作成功",
"data": {
"code": "0",
"data": {
"payFailurePurchaseOrderIds": null,
"willPayPurchaseOrderIds": [
200049970162
],
"payFailedResults": null
},
"success": true,
"requestId": "2102fb2e17231998633621798",
"errorCode": null,
"errorMsg": null
},
"timestamp": 1723199866810,
"traceId": "80568f398ca7"
}