|  |  | @ -245,12 +245,12 @@ public class ComponentVerifyTicketServiceImpl implements ComponentVerifyTicketSe | 
			
		
	
		
			
				
					|  |  |  |                     //存缓存
 | 
			
		
	
		
			
				
					|  |  |  |                     redisThird.setComponentAccessToken(componentAccessToken); | 
			
		
	
		
			
				
					|  |  |  |                     //推送到私有化平台们
 | 
			
		
	
		
			
				
					|  |  |  |                     try { | 
			
		
	
		
			
				
					|  |  |  |                         pushComponentAccessToken2PrivateEpmetPlatforms(formDTO); | 
			
		
	
		
			
				
					|  |  |  |                     } catch (Exception e) { | 
			
		
	
		
			
				
					|  |  |  |                         String detail = ExceptionUtils.getErrorStackTrace(e); | 
			
		
	
		
			
				
					|  |  |  |                         log.error(detail); | 
			
		
	
		
			
				
					|  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |                     //try {
 | 
			
		
	
		
			
				
					|  |  |  |                     //    pushComponentAccessToken2PrivateEpmetPlatforms(formDTO);
 | 
			
		
	
		
			
				
					|  |  |  |                     //} catch (Exception e) {
 | 
			
		
	
		
			
				
					|  |  |  |                     //    String detail = ExceptionUtils.getErrorStackTrace(e);
 | 
			
		
	
		
			
				
					|  |  |  |                     //    log.error(detail);
 | 
			
		
	
		
			
				
					|  |  |  |                     //}
 | 
			
		
	
		
			
				
					|  |  |  |                 } else { | 
			
		
	
		
			
				
					|  |  |  |                     throw new RenException(ThirdRunTimeInfoConstant.FAILURE_ACCESS_TOKEN); | 
			
		
	
		
			
				
					|  |  |  |                 } | 
			
		
	
	
		
			
				
					|  |  | 
 |