Explorar o código

feat 域名示例

Jae %!s(int64=2) %!d(string=hai) anos
pai
achega
61ef2c75ef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      GameClient/Assets/Game/HotUpdate/GameConfig.cs

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

@@ -18,6 +18,7 @@ namespace GFGGame
             ET.Log.Debug($"gamecfg \n{json}");
             var result = JsonMapper.ToObject<Result>(json);
             LoginAddress = result.loginApiUrl;
+            // LoginAddress = "http://login.gfg.com:10005";
             //LoginAddress = "127.0.0.1:10005";//测试地址
             PlatformName = result.platformName;
             showGM = int.Parse(result.showGM);