{"orderIds":["2059624776425880794","2060506524492880794","2060771847808880794","2059881423673880794","2061086161698880794","2060685231120880794","2061004550533880794","2060411952152880794","2061002246702880794"]}
curl --location --request POST '/alibaba/order/batch/submit/to/pay' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{"orderIds":["2059624776425880794","2060506524492880794","2060771847808880794","2059881423673880794","2061086161698880794","2060685231120880794","2061004550533880794","2060411952152880794","2061002246702880794"]}'
{
"requestId": null,
"code": 200,
"developId": null,
"msg": "成功",
"data": {
"successOrderIds": ["22222"],
"payFailOrders": [
{
"orderId":"11111111",
"errorReason":"账户额度不足"
}
]
}
}