修改login go
This commit is contained in:
parent
105ba21a3a
commit
2bb2f2710d
@ -145,9 +145,9 @@ func (this *apiComp) Login(session comm.IUserSession, req *pb.UserLoginReq) (cod
|
|||||||
go this.module.ModuleRtask.InitCondiData(user.Uid)
|
go this.module.ModuleRtask.InitCondiData(user.Uid)
|
||||||
|
|
||||||
// 日常登录任务
|
// 日常登录任务
|
||||||
go this.module.ModuleRtask.SendToRtask(session, comm.Rtype7, 1)
|
this.module.ModuleRtask.SendToRtask(session, comm.Rtype7, 1)
|
||||||
|
|
||||||
//推送登录公告
|
//推送登录公告
|
||||||
go this.chat.SendSysChatToUser(session, comm.UserLoginNotice, 0)
|
this.chat.SendSysChatToUser(session, comm.UserLoginNotice, 0)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user