|
|
@ -213,6 +213,16 @@ public interface ResiGroupOpenFeignClient { |
|
|
|
@PostMapping(value = "/resi/group/topic/topicattachmentlist") |
|
|
|
Result<TopicAttachmentResultDTO> topicAttachmentList(@RequestBody TopicAttachmentFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 小组内所有历史消息【话题,通知,活动】 |
|
|
|
* @Param tokenDto |
|
|
|
* @Param topicPageFormDTO |
|
|
|
* @author zxc |
|
|
|
* @date 2021/4/28 上午10:41 |
|
|
|
*/ |
|
|
|
@PostMapping("/resi/group/topic/allmessages") |
|
|
|
Result<List<AllMessagesResultDTO>> allMessages(@RequestBody AllMessagesFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* 获取小组详情 |
|
|
|
* @author zhaoqifeng |
|
|
@ -261,16 +271,6 @@ public interface ResiGroupOpenFeignClient { |
|
|
|
@PostMapping("/resi/group/topic/topiccreateduserbatch") |
|
|
|
Result<List<TopicCreatedUserBatchResultDTO>> topicCreatedUserBatch(@RequestParam("topicIds")List<String> topicIds); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 小组内所有历史消息【话题,通知,活动】 |
|
|
|
* @Param tokenDto |
|
|
|
* @Param topicPageFormDTO |
|
|
|
* @author zxc |
|
|
|
* @date 2021/4/28 上午10:41 |
|
|
|
*/ |
|
|
|
@PostMapping("/resi/group/topic/allmessages") |
|
|
|
Result<List<AllMessagesResultDTO>> allMessages(@RequestBody AllMessagesFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询话题信息 |
|
|
|
* @Param issueIds |
|
|
|