{
"orderIds": [
"string"
],
"orderAmountMap": {
"key": 0
},
"ppOrderFlag": true
}curl --location --request POST '/v2/alibaba/order/batch/submit/to/pay' \
--header 'access-key: your-access-key' \
--header 'timestamp: your-timestamp' \
--header 'user-id: your-user-id' \
--header 'signature: your-signature' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderIds": [
"string"
],
"orderAmountMap": {
"key": 0
},
"ppOrderFlag": true
}'{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"successOrderIds": [
""
],
"payFailOrders": [
{
"orderId": "",
"errorReason": ""
}
],
"payUrl": "",
"cantPayOrderList": [
0
]
}
}