任务数据埋点

This commit is contained in:
meixiongfeng 2022-12-30 16:47:07 +08:00
parent 6e1b5bac73
commit f011e8b7e9

View File

@ -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连
}