Explorar o código

添加ios渠道id

guodong hai 1 ano
pai
achega
81a6aa23e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      GameClient/Assets/Game/Launcher/LauncherConfig.cs

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

@@ -54,6 +54,7 @@ namespace GFGGame
             netType = EnumNetType.PUBLIC;
             cfgName = "cfg_ios";
             platformId = 2;
+            ChannelId = (int)ChannelID.AppStore;
 #elif PT_TISHEN
             netType = EnumNetType.TISHEN;
             cfgName = "cfg_ts";
@@ -61,7 +62,6 @@ namespace GFGGame
             netType = EnumNetType.LOCAL;
             cfgName = "cfg_local";
 #endif
-
             if (netType == EnumNetType.LOCAL)
             {
                 launcherRootUrl = "http://10.108.64.189:81/";