月子秘境 任务埋点
This commit is contained in:
parent
bd702168b2
commit
5cc78bed91
@ -47,6 +47,7 @@ func (this *apiComp) Battle(session comm.IUserSession, req *pb.MoonfantasyBattle
|
|||||||
Buleflist: record.Buleflist,
|
Buleflist: record.Buleflist,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
this.module.ModuleRtask.SendToRtask(session, comm.Rtype88, 1)
|
||||||
} else {
|
} else {
|
||||||
session.SendMsg(string(this.module.GetType()), "battle", &pb.MoonfantasyBattleResp{Code: cd})
|
session.SendMsg(string(this.module.GetType()), "battle", &pb.MoonfantasyBattleResp{Code: cd})
|
||||||
}
|
}
|
||||||
|
@ -134,6 +134,7 @@ func (this *modelDreamComp) trigger(session comm.IUserSession) {
|
|||||||
}
|
}
|
||||||
this.module.modelDream.noticeuserfriend(session, mdata.Id, chat)
|
this.module.modelDream.noticeuserfriend(session, mdata.Id, chat)
|
||||||
session.SendMsg(string(this.module.GetType()), "trigger", &pb.MoonfantasyTriggerPush{Issucc: true, Mid: mdata.Id, Monster: mdata.Monster})
|
session.SendMsg(string(this.module.GetType()), "trigger", &pb.MoonfantasyTriggerPush{Issucc: true, Mid: mdata.Id, Monster: mdata.Monster})
|
||||||
|
this.module.ModuleRtask.SendToRtask(session, comm.Rtype87, 1)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user