积分boss 任务埋点
This commit is contained in:
parent
3ffb67314e
commit
33670d3129
@ -1014,6 +1014,7 @@ const (
|
|||||||
Rtype251 TaskType = 251 //在{0}回合内完成狩猎内{1}key值
|
Rtype251 TaskType = 251 //在{0}回合内完成狩猎内{1}key值
|
||||||
Rtype252 TaskType = 252 //完成指定世界任务
|
Rtype252 TaskType = 252 //完成指定世界任务
|
||||||
Rtype253 TaskType = 253 //退出公会
|
Rtype253 TaskType = 253 //退出公会
|
||||||
|
Rtype254 TaskType = 254 //通关积分BOSS难度{0}
|
||||||
)
|
)
|
||||||
const (
|
const (
|
||||||
MailLineEasy int32 = 1 // 简单
|
MailLineEasy int32 = 1 // 简单
|
||||||
|
@ -163,5 +163,12 @@ func (this *apiComp) ChallengeOver(session comm.IUserSession, req *pb.IntegralCh
|
|||||||
Heroexp: changExp,
|
Heroexp: changExp,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// 任务埋点
|
||||||
|
var tasks []*pb.BuriedParam
|
||||||
|
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype254, req.Nandu))
|
||||||
|
go this.module.AsynHandleSession(session.Clone(), func(session comm.IUserSession) {
|
||||||
|
|
||||||
|
this.module.ModuleBuried.TriggerBuried(session, tasks...)
|
||||||
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user