From 9cf8a8ef090de0aa24c41a6b38f684725589e4d5 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Wed, 30 Nov 2022 18:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=89=E9=86=92=E6=96=B0=E5=A2=9E=E7=AD=89?= =?UTF-8?q?=E7=BA=A7=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/user/api_login.go | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/modules/user/api_login.go b/modules/user/api_login.go index f4f8c15c2..027017ade 100644 --- a/modules/user/api_login.go +++ b/modules/user/api_login.go @@ -144,7 +144,6 @@ func (this *apiComp) Login(session comm.IUserSession, req *pb.UserLoginReq) (cod // 初始化随机任务数据 // this.module.ModuleRtask.InitCondiData(user.Uid) - //this.Sign(session, &pb.UserSignReq{}) // 日常登录任务 this.module.ModuleRtask.SendToRtask(session, comm.Rtype7, 1) @@ -162,20 +161,6 @@ func (this *apiComp) Login(session comm.IUserSession, req *pb.UserLoginReq) (cod Check: false, Reward: false, } - // fj := make([]*pb.UserAssets, 0) - // atn1 := &pb.UserAssets{ - // A: "hero", - // T: "25001", - // N: 1, - // } - // atn2 := &pb.UserAssets{ - // A: "attr", - // T: "gold", - // N: 10000, - // } - // fj = append(fj, atn1) - // fj = append(fj, atn2) - // mail.Items = fj this.mail.CreateNewMail(session, mail) return