{
"uid": 0,
"userName": "string",
"userRechargeRecordID": 0,
"userRechargeRecordType": 0,
"recordStartTime": "string",
"recordEndTime": "string"
}curl --location --request POST '/tob/wallet/personal/getUserBalanceById' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": 0,
"userName": "string",
"userRechargeRecordID": 0,
"userRechargeRecordType": 0,
"recordStartTime": "string",
"recordEndTime": "string"
}'{
"code": 0,
"msg": "",
"time": 0,
"data": {
"id": 0,
"username": "",
"name": "",
"cellphone": "",
"state": 0,
"createTime": "",
"opTime": "",
"allBalance": 0.0,
"balance": 0.0,
"virtualBalance": 0.0,
"pointsBalance": 0,
"firstChargeStationId": 0,
"balanceType": 0,
"decimalismCard": "",
"frozenBalance": 0.0
}
}