| 
					
				 | 
			
			
				@@ -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/"; 
			 |