From 5d358b10622504ad02b042f9b1fdc74bb25d465e Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期二, 28 三月 2023 11:05:26 +0800 Subject: [PATCH] 1.更新HDLFVSDK 2.更新EZSDK.IOS --- HDL_ON/Common/HDLCommon.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/Common/HDLCommon.cs b/HDL_ON/Common/HDLCommon.cs index afe7b93..ba5977a 100644 --- a/HDL_ON/Common/HDLCommon.cs +++ b/HDL_ON/Common/HDLCommon.cs @@ -687,8 +687,8 @@ EZSDK.IOS.EZSDK.SharedInstance().SetRequestHttpsHostAndPlatform(OnAppConfig.Instance.RequestHttpsHost, 1, DB_ResidenceData.Instance.CurrentRegion.id); //2.璁剧疆钀ょ煶瀛愯处鍙风殑AccessToken鍒癝DK EZSDK.IOS.EZSDK.SharedInstance().SetEZAccessToken(ezChildAccessToken); - //Console.WriteLine("loginToken锛�" + UserInfo.Current.LoginTokenString); - //Console.WriteLine("refreshToken锛�" + UserInfo.Current.RefreshToken); + Console.WriteLine("loginToken锛�" + UserInfo.Current.LoginTokenString); + Console.WriteLine("refreshToken锛�" + UserInfo.Current.RefreshToken); ////3.鎵撳紑鎽勫儚澶磋澶囧垪琛ㄩ〉闈� -- Gitblit v1.8.0