|
@@ -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();
|