Parcourir la source

删除无用引用

zhaoyang il y a 2 ans
Parent
commit
b673760582

+ 6 - 7
GameClient/Assets/Game/HotUpdate/ETCodes/Hotfix/App/Login/LoginHelper.cs

@@ -1,6 +1,5 @@
 using System;
 using GFGGame;
-using OfficeOpenXml.FormulaParsing.Excel.Functions.RefAndLookup;
 
 namespace ET
 {
@@ -103,11 +102,11 @@ namespace ET
                     //ÃÜÂë½ûÖ¹Ã÷ÎÄ´«Êä
                     var passwordMD5 = MD5Helper.stringMD5(password);
                     r2C_Register = (A2C_Register)await session.Call(new C2A_Register()
-                    { 
-                        Account = account, 
-                        Password = passwordMD5, 
-                        Name = name, 
-                        IdentityNum = identityNum, 
+                    {
+                        Account = account,
+                        Password = passwordMD5,
+                        Name = name,
+                        IdentityNum = identityNum,
                         Code = code,
                         PlatformId = LauncherConfig.platformId,
                         ChannelId = LauncherConfig.ChannelId
@@ -433,7 +432,7 @@ namespace ET
             catch (Exception e)
             {
                 Log.Debug(e.ToString());
-                if(notLogin)
+                if (notLogin)
                 {
                     accountSession?.Dispose();
                 }