From a674ddd8d9b983d23696badd207e264b815c0703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 6 Jul 2022 17:16:08 +0800 Subject: [PATCH] 1 --- business/model/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/user.go b/business/model/user.go index e625e7d74..bb64d2f67 100644 --- a/business/model/user.go +++ b/business/model/user.go @@ -66,7 +66,7 @@ type User struct { type UserBalance struct { User - AccountBalance int64 `json:"account_balance"` // 银行余额 + AccountBalance int64 `json:"accountBalance"` // 银行余额 } func (*User) TableUnique() [][]string {