|
@ -17,6 +17,7 @@ import com.epmet.resi.group.feign.fallback.ResiGroupOpenFeignClientFallback; |
|
|
import com.epmet.resi.mine.dto.from.MyPartProjectsFormDTO; |
|
|
import com.epmet.resi.mine.dto.from.MyPartProjectsFormDTO; |
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
import org.springframework.http.MediaType; |
|
|
import org.springframework.http.MediaType; |
|
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
import org.springframework.web.bind.annotation.PathVariable; |
|
|
import org.springframework.web.bind.annotation.PathVariable; |
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
@ -196,6 +197,6 @@ public interface ResiGroupOpenFeignClient { |
|
|
Result sendEvent(@RequestBody TopicEventFormDTO param); |
|
|
Result sendEvent(@RequestBody TopicEventFormDTO param); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("resi/group/topic/querytopicinfobyissue/{issueId}") |
|
|
@GetMapping("resi/group/topic/querytopicinfobyissueid/{issueId}") |
|
|
Result<ResiTopicDTO> queryTopicInfoByIssueId(@PathVariable("issueId")String issueId); |
|
|
Result<ResiTopicDTO> queryTopicInfoByIssueId(@PathVariable("issueId")String issueId); |
|
|
} |
|
|
} |
|
|