From eafa106729ffc96a1a4163eabee6a8a43f7a11dd Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Sat, 14 Jan 2023 22:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/user/api_login.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/user/api_login.go b/modules/user/api_login.go index 5aa5e603f..ed40355ce 100644 --- a/modules/user/api_login.go +++ b/modules/user/api_login.go @@ -133,6 +133,8 @@ func (this *apiComp) Login(session comm.IUserSession, req *pb.UserLoginReq) (cod } else { rsp.Ex = expand } + } else { + rsp.Ex = &pb.DBUserExpand{} } this.module.RecoverUserPsStart(user.Uid)