巅峰赛埋点
parent
2de51c477f
commit
7118b6a40c
|
@ -83,7 +83,7 @@ public class ChampionGuessHandler extends BaseHandler<ArenaInfoProto.ChampionBet
|
|||
RedisUtil.getInstence().putMapEntry(RedisKey.CHAMPION_BET_DETAIL,selectUid +":" + winUid,Integer.toString(uid),chip);
|
||||
|
||||
TimeControllerOfFunction openTimeOfFuntionCacheByType = GlobalDataManaager.getInstance().getOpenTimeOfFuntionCacheByType(FunctionIdEnum.TopBattle);
|
||||
ReportUtil.onReportEvent(user,ReportEventEnum.GUESSING.getType(),openTimeOfFuntionCacheByType.getTimes(),ChampionshipLogic.getSchedule()==1?ChampionshipLogic.getRealTimes():ChampionshipLogic.getRealTimes()+7,winUid==arenaRecord.getAttackId()?1:2,chip);
|
||||
ReportUtil.onReportEvent(user,ReportEventEnum.GUESSING.getType(),openTimeOfFuntionCacheByType.getTimes(),ChampionshipLogic.getSchedule()==1?ChampionshipLogic.getRoundTimes():ChampionshipLogic.getRealTimes()+7,winUid==arenaRecord.getAttackId()?1:2,chip);
|
||||
MessageUtil.sendMessage(session,1, MessageTypeProto.MessageType.CHAMPION_BET_GUESS_RESPONSE_VALUE,null,true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue