curl --location --request GET 'https://gamefusion-op-ui-v1.pt198.com/dataApi/system/operatorWallet/getOperatorWallet'{
"code": 0,
"msg": "string",
"data": {
"userType": "string",
"operatorId": "string",
"operatorName": "string",
"isUnlimited": 0,
"walletVos": [
{
"id": "string",
"operatorId": "string",
"operatorName": "string",
"operatorBalance": 0,
"currencyCode": "string",
"first": 0,
"second": 0,
"third": 0,
"operatorBalanceWarn": "string",
"createTime": "2019-08-24T14:15:22Z",
"isUnlimited": 0
}
]
}
}