curl --location --request GET 'https://api.pandapon.com/alibaba/order/pay/url?orderId' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {}
}