|  |  | @ -3,10 +3,7 @@ package com.epmet.feign.fallback; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.constant.ServiceConstant; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.ModuleUtils; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.Result; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.form.AuthorizerAccessTokenFormDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.form.ComponentAccessTokenFormDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.form.SaveOrUpdateCustSelPlatformFormDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.form.ThirdPlatformFormDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.form.*; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.result.ThirdplatformResultDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.feign.ThirdOpenFeignClient; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.stereotype.Component; | 
			
		
	
	
		
			
				
					|  |  | @ -34,4 +31,14 @@ public class ThirdOpenFeignClientFallback implements ThirdOpenFeignClient { | 
			
		
	
		
			
				
					|  |  |  |     public Result pushAuthorizerTokens(AuthorizerAccessTokenFormDTO input) { | 
			
		
	
		
			
				
					|  |  |  |         return ModuleUtils.feignConError(ServiceConstant.EPMET_THIRD_SERVER, "pushAuthorizerTokens", input); | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     @Override | 
			
		
	
		
			
				
					|  |  |  |     public Result blockChainCreateProject(BlockChainCreateProjectFormDTO input) { | 
			
		
	
		
			
				
					|  |  |  |         return ModuleUtils.feignConError(ServiceConstant.EPMET_THIRD_SERVER, "blockChainCreateProject", input); | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     @Override | 
			
		
	
		
			
				
					|  |  |  |     public Result blockChainProcessProject(BlockChainProcessProjectFormDTO input) { | 
			
		
	
		
			
				
					|  |  |  |         return ModuleUtils.feignConError(ServiceConstant.EPMET_THIRD_SERVER, "blockChainProcessProject", input); | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
	
		
			
				
					|  |  | 
 |