| 
					
				 | 
			
			
				@@ -65,7 +65,6 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             var result = JsonMapper.ToObject<Result>(json); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             LauncherConfig.CDN_ROOT = result.cdnRoot; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //CDN_ROOT = "http://10.108.64.127/"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            LauncherConfig.loginApiUrl = result.loginApiUrl; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             LauncherConfig.logApiUrl = result.logApiUrl; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             LauncherConfig.logKey = result.logKey; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             LauncherConfig.apkVersion = result.apkVersion; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -79,7 +78,6 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         private struct Result 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             public string cdnRoot; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            public string loginApiUrl; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             public string logApiUrl; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             public string logKey; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             public string apkVersion; 
			 |