任务数据埋点
This commit is contained in:
parent
6e1b5bac73
commit
f011e8b7e9
@ -254,9 +254,15 @@ func (this *apiComp) DrawCard(session comm.IUserSession, req *pb.HeroDrawCardReq
|
||||
}
|
||||
//this.module.ModuleRtask.SendToRtask(session, comm.Rtype14, req.DrawCount)
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype18, req.DrawCount)
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype141, req.DrawCount)
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype143, req.DrawCount)
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype145, req.DrawCount)
|
||||
} else { // 阵营招募
|
||||
//this.module.ModuleRtask.SendToRtask(session, comm.Rtype15, req.DrawCount)
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype19, req.DrawCount)
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype142, req.DrawCount)
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype144, req.DrawCount)
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype146, req.DrawCount)
|
||||
if drawCount == 10 {
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype91, 1) // 阵营10连
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user