上传强化装备埋点

This commit is contained in:
liwei1dao 2023-05-24 18:58:45 +08:00
parent 3d48f7cc12
commit 51ffe78927

View File

@ -207,6 +207,7 @@ func (this *apiComp) Upgrade(session comm.IUserSession, req *pb.EquipmentUpgrade
tasks = append(tasks, comm.GettaskParam(comm.Rtype96, 1)) tasks = append(tasks, comm.GettaskParam(comm.Rtype96, 1))
// this.module.ModuleRtask.SendToRtask(session, comm.Rtype96, 1) // this.module.ModuleRtask.SendToRtask(session, comm.Rtype96, 1)
} }
tasks = append(tasks, comm.GettaskParam(comm.Rtype92, 1))
if len(tasks) > 0 { if len(tasks) > 0 {
go this.module.ModuleRtask.TriggerTask(session.GetUserId(), tasks...) go this.module.ModuleRtask.TriggerTask(session.GetUserId(), tasks...)
} }