hexiaojie 2 өдөр өмнө
parent
commit
23cd070561

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

@@ -19,7 +19,7 @@ namespace ET
                     Account = account,
                     Account = account,
                     Version = GameConst.SERVER_VERSION,
                     Version = GameConst.SERVER_VERSION,
                     PlatformId = LauncherConfig.platformId,
                     PlatformId = LauncherConfig.platformId,
-                    ChannelId = 101,
+                    ChannelId = LauncherConfig.ChannelId,
                     CancelDelete = cancelDelete,
                     CancelDelete = cancelDelete,
                     Token = QDDouYouManager.Instance.token
                     Token = QDDouYouManager.Instance.token
                 });
                 });

+ 1 - 1
GameClient/Assets/Game/HotUpdate/GameConfig.cs

@@ -33,7 +33,7 @@ namespace GFGGame
             LoginAddress = result.loginApiUrl;
             LoginAddress = result.loginApiUrl;
             //LoginAddress = "43.139.184.240:10003";
             //LoginAddress = "43.139.184.240:10003";
             //LoginAddress = "192.168.1.7:10005";//测试地址
             //LoginAddress = "192.168.1.7:10005";//测试地址
-           LoginAddress = "192.168.1.191:10005";//测试地址
+            //LoginAddress = "192.168.1.191:10005";//测试地址
             showGM = int.Parse(result.showGM);
             showGM = int.Parse(result.showGM);
             if(!string.IsNullOrEmpty(result.openTime))
             if(!string.IsNullOrEmpty(result.openTime))
             {
             {