上传任务埋点错误

This commit is contained in:
liwei1dao 2023-05-24 20:55:19 +08:00
parent 2e78f93dbf
commit bb95120cfe

View File

@ -170,11 +170,11 @@ func (this *apiComp) Equip(session comm.IUserSession, req *pb.EquipmentEquipReq)
tasks = append(tasks, comm.GettaskParam(comm.Rtype5, equipNum, utils.ToInt32(hero.HeroID)))
// this.module.ModuleRtask.SendToRtask(session, comm.Rtype5, utils.ToInt32(hero.HeroID), equipNum)
for k, v := range equipStr {
tasks = append(tasks, comm.GettaskParam(comm.Rtype41, 1, utils.ToInt32(hero.HeroID), v, k))
tasks = append(tasks, comm.GettaskParam(comm.Rtype41, 1, v, k))
// this.module.ModuleRtask.SendToRtask(session, comm.Rtype41, utils.ToInt32(hero.HeroID), v, k)
}
for k, v := range equipLv {
tasks = append(tasks, comm.GettaskParam(comm.Rtype42, 1, utils.ToInt32(hero.HeroID), v, k))
tasks = append(tasks, comm.GettaskParam(comm.Rtype42, 1, v, k))
// this.module.ModuleRtask.SendToRtask(session, comm.Rtype42, utils.ToInt32(hero.HeroID), v, k)
}
if hero.SuiteId != 0 {