Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vouv committed Nov 18, 2020
1 parent 1ba5fc5 commit 840b66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type InfoResp struct {
SumBytes int64 `json:"sum_bytes"`
SumSeconds int64 `json:"sum_seconds"`
UserBalance float64 `json:"user_balance"`
UserCharge int `json:"user_charge"`
UserCharge float64 `json:"user_charge"`
UserMac string `json:"user_mac"`
UserName string `json:"user_name"`
WalletBalance float64 `json:"wallet_balance"`
Expand Down

0 comments on commit 840b66b

Please sign in to comment.