curl --location 'https://gamefusion-op-ui-v1.pt198.com/dataApi/openapi/wallet/transferStatus' \
--header 'Content-Type: application/json' \
--data '{
"tradeId": "string",
"transferId": "string",
"requestId": "string",
"operatorId": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"tradeId": "string",
"tradeState": "string",
"failMsg": "string",
"requestId": "string"
}
}