curl --location --request GET '/v2/alibaba/order/pay/url?orderId' \
--header 'access-key;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"orderId": "",
"protocolPaySuccess": false,
"payUrl": "",
"cantPayOrderList": [
0
]
}
}