curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/wallet/payQuery?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"outTradeNo": "PI_1557717057098"
}'
{
"result": {
"payStatus": "PAYSUCCESS"
},
"code": 0,
"message": "成功[OK]",
"messageUuid": "84cb041ea2d048cba8f3810e32746928",
"apiMessage": null
}