curl --location 'https://open-api.soureco.com/taobao/purchase/order/batch/pay' \
--header 'Content-Type: application/json' \
--data '{
"appKey": "",
"appSecret": "",
"purchaseOrderIdList": [
200098982783
]
}'{
"code": 200,
"message": "操作成功",
"data": {
"code": "0",
"data": {
"payFailurePurchaseOrderIds": null,
"willPayPurchaseOrderIds": [
200098982783
],
"payFailedResults": null
},
"success": true,
"requestId": "1029938382832832833",
"errorCode": null,
"errorMsg": null
},
"timestamp": 1785405922618,
"traceId": "84dacbb2fe04",
"cost": 0
}