{
"orderId": "[1032313291847762675,1032313238261334314]"
}
curl --location --request POST 'https://api.pandapon.com/open/order/pay' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "[1032313291847762675,1032313238261334314]"
}'
{
"requestId": "string",
"code": 0,
"developId": "string",
"msg": "string",
"data": true
}