From 068fc7f2e81178e55fa191a13709af64b1a163f6 Mon Sep 17 00:00:00 2001 From: EricsHu <hrr145632> Date: 星期一, 05 十二月 2022 14:27:43 +0800 Subject: [PATCH] 处理编码 --- src/main/java/com/qxueyou/scc/operation/topic/service/ITopicService.java | 54 +++++++++++++++++++++++++++--------------------------- 1 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/main/java/com/qxueyou/scc/operation/topic/service/ITopicService.java b/src/main/java/com/qxueyou/scc/operation/topic/service/ITopicService.java index 83d86e1..6239c5a 100644 --- a/src/main/java/com/qxueyou/scc/operation/topic/service/ITopicService.java +++ b/src/main/java/com/qxueyou/scc/operation/topic/service/ITopicService.java @@ -7,96 +7,96 @@ import com.qxueyou.scc.operation.topic.model.TopicInfo; /** - * 话题服务层 + * 璇濋鏈嶅姟灞� * * @author chenjunliang * */ public interface ITopicService { /** - * 获取话题列表 + * 鑾峰彇璇濋鍒楄〃 */ Result getTopicLst(String classId, String keyword, Integer limit, Integer pageNum); /** - * 获取话题内容信息 + * 鑾峰彇璇濋鍐呭淇℃伅 */ Result doTopicDetails(String topicId); /** - * 话题的新增 + * 璇濋鐨勬柊澧� */ Result addTopicInfo(TopicInfo topicInfo); /** - * 获取最新话题列表 + * 鑾峰彇鏈�鏂拌瘽棰樺垪琛� */ Result lstCommonTopic(String keyword, Integer limit, Integer pageNum, String classId); /** - * 获取班级论坛列表 + * 鑾峰彇鐝骇璁哄潧鍒楄〃 */ Result getClassForum(); /** - * 学习端获取班级论坛详情 + * 瀛︿範绔幏鍙栫彮绾ц鍧涜鎯� */ Result getClassForumDetail(String classId); /** - * 获取详情 获取评论列表 + * 鑾峰彇璇︽儏 鑾峰彇璇勮鍒楄〃 */ Result getCommentLst(String topicId, Integer limit, Integer pageNum); /** - * 我发布的话题 + * 鎴戝彂甯冪殑璇濋 */ Result myTopic(Integer pageSize, Integer pageNum); /** - * 我的回复 + * 鎴戠殑鍥炲 */ Result myComment(Integer pageSize, Integer pageNum); /** - * 删除我的回复 + * 鍒犻櫎鎴戠殑鍥炲 */ Result deleteMycomment(String commentId); /** - * 回复我的 + * 鍥炲鎴戠殑 */ Result getCommentLstToMe(Integer pageSize, Integer pageNum); /** - * 获取我的点赞 + * 鑾峰彇鎴戠殑鐐硅禐 * * @return */ Result getPraiseLst(Integer pageSize, Integer pageNum); /** - * 话题回复评论 + * 璇濋鍥炲璇勮 */ Result addComment(String content, String topicId, String commentId, String commentedId, String commentedName); /** - * 点赞话题的评论 + * 鐐硅禐璇濋鐨勮瘎璁� */ Result addPraise(String commentId, String topiId); /** - * 删除话题 + * 鍒犻櫎璇濋 */ Result deleteTopic(String topicId); /** - * 讨论统计 + * 璁ㄨ缁熻 */ Result commentDetail(String userId); /** - * 获取后台管理列表 + * 鑾峰彇鍚庡彴绠$悊鍒楄〃 * * @param classId * @param pageSize @@ -107,7 +107,7 @@ Result getTopicLstOfAdmin(String classId, Integer pageSize, Integer pageNum, String keyword); /** - * 话题的更新 + * 璇濋鐨勬洿鏂� * * @param topicName * @param topicDesc @@ -120,7 +120,7 @@ Result updateTopicInfo(TopicInfo topicInfo); /** - * 获取后台管理教师的话题列表 + * 鑾峰彇鍚庡彴绠$悊鏁欏笀鐨勮瘽棰樺垪琛� * * @param classId * @param pageSize @@ -131,7 +131,7 @@ Result getTopicLstOfTeacher(String classId, Integer pageSize, Integer pageNum, String keyword); /** - * 获取热门讨论 + * 鑾峰彇鐑棬璁ㄨ * * @param classId * @param keyword @@ -142,7 +142,7 @@ Map<String, Object> getHotTopicLst(String classId, String keyword, Integer limit, Integer pageNum, int type, int scope); /** - * 获取讨论数量 + * 鑾峰彇璁ㄨ鏁伴噺 * * @param keyword * @param classId @@ -152,7 +152,7 @@ public int getTopicCount(String keyword, String classId, String userId); /** - * app-我的回复 + * app-鎴戠殑鍥炲 * * @param userId * @param pager @@ -161,7 +161,7 @@ Result appMyComment(String userId, Pager pager); /** - * app端接口-回复我的获取列表 + * app绔帴鍙�-鍥炲鎴戠殑鑾峰彇鍒楄〃 * * @param userId * @param pager @@ -170,7 +170,7 @@ Result commentToMe(String userId, Pager pager); /** - * app端接口-我的点赞 + * app绔帴鍙�-鎴戠殑鐐硅禐 * * @param userId * @param pager @@ -179,7 +179,7 @@ Result appMyPraise(String userId, Pager pager); /** - * app端接口-给我赞的 + * app绔帴鍙�-缁欐垜璧炵殑 * * @param userId * @param pager @@ -188,7 +188,7 @@ Result praiseToMe(String userId, Pager pager); /** - * 获取班级讨论数量 + * 鑾峰彇鐝骇璁ㄨ鏁伴噺 * * @param classId * @return -- Gitblit v1.8.0