|  |  | @ -2,7 +2,7 @@ package com.epmet.modules.feign; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.constant.ServiceConstant; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.Result; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.modules.feign.fallback.GovOrgFeignClientFallBack; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.modules.feign.fallback.ResiGroupFeignClientFallBack; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.resi.partymember.dto.ResiIdentityFormDTO; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.cloud.openfeign.FeignClient; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.web.bind.annotation.PostMapping; | 
			
		
	
	
		
			
				
					|  |  | @ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.RequestBody; | 
			
		
	
		
			
				
					|  |  |  |  * @Author wangc | 
			
		
	
		
			
				
					|  |  |  |  */ | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | @FeignClient(name = ServiceConstant.RESI_GROUP_SERVER, fallback = GovOrgFeignClientFallBack.class) | 
			
		
	
		
			
				
					|  |  |  | @FeignClient(name = ServiceConstant.RESI_GROUP_SERVER, fallback = ResiGroupFeignClientFallBack.class) | 
			
		
	
		
			
				
					|  |  |  | public interface ResiGroupFeignClient { | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     /** | 
			
		
	
	
		
			
				
					|  |  | 
 |