|
@@ -88,13 +88,14 @@ namespace GFGGame
|
|
|
ChannelId = (int)ChannelID.DouYou;
|
|
|
#elif PT_IOS
|
|
|
netType = EnumNetType.PUBLIC;
|
|
|
- //cfgName = "cfg_ios_beta";
|
|
|
- cfgName = "cfg_ios_3";
|
|
|
+ cfgName = "cfg_ios";
|
|
|
+ platformId = 2;
|
|
|
+ ChannelId = (int)ChannelID.AppStore;
|
|
|
+#elif PT_IosLocal
|
|
|
+ netType = EnumNetType.LOCAL;
|
|
|
+ cfgName = "cfg_iosLocal";
|
|
|
platformId = 2;
|
|
|
ChannelId = (int)ChannelID.AppStore;
|
|
|
-#elif PT_TISHEN
|
|
|
- netType = EnumNetType.TISHEN;
|
|
|
- cfgName = "cfg_ts";
|
|
|
#else
|
|
|
netType = EnumNetType.LOCAL;
|
|
|
cfgName = "cfg_local";
|