curl --location --request POST '/Wxapp/GetUnionPay?authcode' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "string",
"nonceStr": "string",
"package": "string",
"paySign": "string",
"sessionid": "string",
"timeStamp": "string"
}'
{}