Selaa lähdekoodia

添加阿福赠礼活动的每日刷新

leiyasi 1 vuosi sitten
vanhempi
commit
0dfadbdae3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      GameClient/Assets/Game/HotUpdate/ServerProxy/CommonSProxy.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/ServerProxy/CommonSProxy.cs

@@ -60,6 +60,7 @@ namespace GFGGame
                     LuckyBoxSProxy.ReqGetLuckyBoxRotatingInfo().Coroutine();
                     await ActivitySProxy.ReqSevenDayLoginInfos();
                     await ActivityGlobalSProxy.GetActivityInfo();
+                    await ActivityAfuGiftProxy.GetAfuGiftInfo();
                     EventAgent.DispatchEvent(ConstMessage.RESET_DAILY_DATA);
                     PromptController.Instance.ShowFloatTextPrompt("每日次数已重置", MessageType.SUCCESS);
                 }