1
This commit is contained in:
@@ -66,7 +66,7 @@ type User struct {
|
|||||||
|
|
||||||
type UserBalance struct {
|
type UserBalance struct {
|
||||||
User
|
User
|
||||||
AccountBalance int64 `json:"account_balance"` // 银行余额
|
AccountBalance int64 `json:"accountBalance"` // 银行余额
|
||||||
}
|
}
|
||||||
|
|
||||||
func (*User) TableUnique() [][]string {
|
func (*User) TableUnique() [][]string {
|
||||||
|
|||||||
Reference in New Issue
Block a user