Răsfoiți Sursa

礼包红点

zhaoyang 3 ani în urmă
părinte
comite
f7b1fd3cea

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

@@ -109,6 +109,7 @@ namespace GFGGame
             await StorageSProxy.ReqGetClientValues();
             await SuitFosterProxy.SendGetSuitInfos();
             await ActivitySProxy.ReqDailyLoginInfos();
+            await RechargeSProxy.ReqRequestGiftBagInfo();
 
             GameGlobal.lastLoginTime = StorageDataManager.Instance.GetStorageValue(ConstStorageId.LAST_LOGIN_TIME);
             long lastTime = GameGlobal.myNumericComponent.GetAsInt(NumericType.OnlineTimeSecs);
@@ -226,7 +227,6 @@ namespace GFGGame
             MainStorySProxy.GetStoryInfos().Coroutine();
             CardSProxy.GetCardInfos().Coroutine();
             RechargeSProxy.ReqRechargeInfo().Coroutine();
-            RechargeSProxy.ReqRequestGiftBagInfo().Coroutine();
             RechargeSProxy.ReqExchangeInfo().Coroutine();
             DailyTaskSProxy.ReqDailyTaskInfos().Coroutine();
             StudioSProxy.ReqStudioInfos().Coroutine();