gm返利补充2

back_recharge
duhui 2023-02-08 17:39:18 +08:00
parent 6c1d201f87
commit 118cc3341a
1 changed files with 2 additions and 3 deletions

View File

@ -161,6 +161,8 @@ public class GetPlayerInfoHandler extends BaseHandler{
}
}
// 返利
GmActivityLogic.zeroUpdateGmActivity(user);
// 临时代码处理活动bug, 只有在1月24号当天开服得玩家需要优化
xunbaoActivityHandler(user);
//临时处理返利活动
@ -207,9 +209,6 @@ public class GetPlayerInfoHandler extends BaseHandler{
godTreeLvHandle(user);// 建木神树等级处理
luckDialHandle(user);// 幸运转盘次数处理
// 返利
GmActivityLogic.zeroUpdateGmActivity(user);
// 四灵试炼初始化
FourChallengeLogic.getInstance().firstGetTimes(user);
List<CommonProto.SixiangxinfaInfo> sixiangxinfaInfos = getSixiangxinfaInfos(heroManager);