{"orderIds":["2059624776425880794","2060506524492880794","2060771847808880794","2059881423673880794","2061086161698880794","2060685231120880794","2061004550533880794","2060411952152880794","2061002246702880794"]}curl --location --request POST '/alibaba/order/batch/submit/to/pay' \
--header 'access-key: 58c0201dfdf148eca63cbf6bb5e7cf03' \
--header 'nonce-str: nonce-str' \
--header 'timestamp: 1715669977082' \
--header 'user-id: 2100007341207' \
--header 'signature: B7F83FE2ADC8D8F044F2E01F0FFE8C80' \
--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":"账户额度不足"
}
]
}
}