Ver código fonte

锟斤拷锟矫伙拷锟结交

hexiaojie 3 dias atrás
pai
commit
0ce3f30579

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

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

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

@@ -31,7 +31,7 @@ namespace GFGGame
             ET.Log.Debug($"gamecfg \n{json}");
             var result = JsonMapper.ToObject<Result>(json);
             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.191:10005";//测试地址
             showGM = int.Parse(result.showGM);