curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/wallet/showCode?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"authCode": "134912181385079853",
"outTradeNo": "PI_201905111111",
"payFee": 1,
"payOrg": "ORG_WEIXINPAY",
"productDesc": "string"
}'
{
"result": {
"payStatus": "PAYING"
},
"code": 0,
"message": "成功[OK]",
"messageUuid": "7b4c58d3995d48569f02def35a1f6af8",
"apiMessage": null
}