|  | @@ -226,8 +226,8 @@ function sleep(seconds) {
 | 
	
		
			
			| 226 | 226 |    });
 | 
	
		
			
			| 227 | 227 |  }
 | 
	
		
			
			| 228 | 228 |  
 | 
	
		
			
			| 229 |  | -const _PRE__HOST = 'event.leecy.org.tw';
 | 
	
		
			
			| 230 |  | -const _PRO__HOST = 'event.leecy.org.tw';
 | 
	
		
			
			|  | 229 | +const _PRE__HOST = 'event.leecy.org.tw'; // 目前正式&測試API打同一個
 | 
	
		
			
			|  | 230 | +const _PRO__HOST = 'event.leecy.org.tw'; // 目前正式&測試API打同一個
 | 
	
		
			
			| 231 | 231 |  const _URL = location.hostname;
 | 
	
		
			
			| 232 | 232 |  const _host = (_URL.indexOf(_PRO__HOST) != -1) ? 'https://' + _PRO__HOST : 'https://' + _PRE__HOST;
 | 
	
		
			
			| 233 | 233 |  const API__DOMAIN = _host;
 |