From 8a8a2fa0552743d025b437eab62ad4f94862497c Mon Sep 17 00:00:00 2001 From: yangduo Date: Fri, 2 Aug 2024 17:45:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/marketserver/api/v1/user/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/marketserver/api/v1/user/user.go b/server/marketserver/api/v1/user/user.go index acce281a..ba3dda4a 100644 --- a/server/marketserver/api/v1/user/user.go +++ b/server/marketserver/api/v1/user/user.go @@ -33,7 +33,7 @@ func (this *UserApi) Info(c *gin.Context) { constant.GAME_DB, "t_user", [][]string{ - {"account_id", accountAddress}, + {"address", accountAddress}, }, func(err error, ds *f5.DataSet) { dbErr = err