hexiaojie 1 year ago
parent
commit
e5de500a79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/Launcher/LauncherConfig.cs

+ 1 - 1
GameClient/Assets/Game/Launcher/LauncherConfig.cs

@@ -95,7 +95,7 @@ namespace GFGGame
             netType = EnumNetType.LOCAL;
             netType = EnumNetType.LOCAL;
             cfgName = "cfg_iosLocal";
             cfgName = "cfg_iosLocal";
             platformId = 2;
             platformId = 2;
-            ChannelId = (int)ChannelID.Test;
+            ChannelId = (int)ChannelID.AppStore;
 #else
 #else
             netType = EnumNetType.LOCAL;
             netType = EnumNetType.LOCAL;
             cfgName = "cfg_local";
             cfgName = "cfg_local";