hexiaojie 1 year ago
parent
commit
080a746d72
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;
             cfgName = "cfg_iosLocal";
             platformId = 2;
-            ChannelId = (int)ChannelID.AppStore;
+            ChannelId = (int)ChannelID.Test;
 #else
             netType = EnumNetType.LOCAL;
             cfgName = "cfg_local";