{"orderIds":["2059624776425880794","2060506524492880794","2060771847808880794","2059881423673880794","2061086161698880794","2060685231120880794","2061004550533880794","2060411952152880794","2061002246702880794"]}
curl --location --request POST 'https://api.pandapon.com/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": 0,
"developId": null,
"msg": "string",
"data": {
"successOrderIds": [
"string"
],
"payFailOrders": [
{
"orderId": "string",
"errorReason": "string"
}
]
}
}