|  |  | @ -3,7 +3,6 @@ package com.epmet.resi.group.feign; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.constant.ServiceConstant; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.Result; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.resi.group.dto.group.form.*; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.resi.group.dto.group.ResiGroupDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.resi.group.dto.group.form.*; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.resi.group.dto.group.result.ApplicationDetailCopyResultDTO; | 
			
		
	
	
		
			
				
					|  |  | @ -15,16 +14,13 @@ import com.epmet.resi.group.dto.topic.form.*; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.resi.group.dto.topic.result.*; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.resi.group.feign.fallback.ResiGroupOpenFeignClientFallback; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.resi.mine.dto.from.MyPartProjectsFormDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.resi.group.dto.group.form.CreateGroupCodeFormDTO; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.cloud.openfeign.FeignClient; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.http.MediaType; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.web.bind.annotation.PostMapping; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.web.bind.annotation.RequestBody; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.web.bind.annotation.RequestParam; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | import java.util.HashMap; | 
			
		
	
		
			
				
					|  |  |  | import java.util.List; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.http.MediaType; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | /** | 
			
		
	
		
			
				
					|  |  |  |  * 本服务对外开放的API,其他服务通过引用此client调用该服务 | 
			
		
	
	
		
			
				
					|  |  | @ -197,12 +193,4 @@ public interface ResiGroupOpenFeignClient { | 
			
		
	
		
			
				
					|  |  |  |     @PostMapping("resi/group/topic/sendevent") | 
			
		
	
		
			
				
					|  |  |  |     Result sendEvent(@RequestBody TopicEventFormDTO param); | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     /** | 
			
		
	
		
			
				
					|  |  |  |      * @Description 发送内容更新类的微信订阅 | 
			
		
	
		
			
				
					|  |  |  |      * @return void | 
			
		
	
		
			
				
					|  |  |  |      * @Author liushaowen | 
			
		
	
		
			
				
					|  |  |  |      * @Date 2021/1/12 11:22 | 
			
		
	
		
			
				
					|  |  |  |      */ | 
			
		
	
		
			
				
					|  |  |  |     @PostMapping("resi/group/topic/sendwxmpupdatesubscribe") | 
			
		
	
		
			
				
					|  |  |  |     void sendWxmpUpdateSubscribe(@RequestBody SendWxmpUpdateSubscribeFormDTO fromDTO); | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
	
		
			
				
					|  |  | 
 |