diff --git a/epdc-commons-tools/src/main/java/com/elink/esua/epdc/commons/tools/constant/RocketMqConstant.java b/epdc-commons-tools/src/main/java/com/elink/esua/epdc/commons/tools/constant/RocketMqConstant.java index 5d797ce..6097c77 100644 --- a/epdc-commons-tools/src/main/java/com/elink/esua/epdc/commons/tools/constant/RocketMqConstant.java +++ b/epdc-commons-tools/src/main/java/com/elink/esua/epdc/commons/tools/constant/RocketMqConstant.java @@ -28,7 +28,7 @@ public interface RocketMqConstant { * 分类信息修改-消息tag */ String MQ_TAG_CATEGORY = "categoryTag"; - + //--------------------------------------------------------------------------- /** * 内容安全审核-工作日志-消息topic @@ -49,7 +49,7 @@ public interface RocketMqConstant { * 内容安全审核-工作日志-月报-消息tag */ String MQ_TAG_WORKRECORD_MONTH_ORGANIZATION = "workRecord_month_contentSecurityTag"; - + //--------------------------------------------------------------------------- /** * 内容安全审核-书记在线-消息topic @@ -66,11 +66,65 @@ public interface RocketMqConstant { */ String MQ_TAG_SECRETARY_TOPIC_CONTENTSECURITY = "secretary_topic_contentSecurityTopic"; - /** * 内容安全审核-书记在线-我有话说-评论-消息topic */ String MQ_TAG_SECRETARY_TOPIC_COMMENT_CONTENTSECURITY = "secretary_topic_comment_contentSecurityTopic"; + //--------------------------------------------------------------------------- + + /** + * 内容安全审核-初心互助-消息topic + */ + String MQ_TOPIC_HEART_CONTENTSECURITY = "heart_contentSecurityTopic"; + + /** + * 内容安全审核-初心互助-发布活动-消息tag + */ + String MQ_TAG_HEART_ACTIVITY_CONTENTSECURITY = "heart_activity_contentSecurityTag"; + + /** + * 内容安全审核-初心互助-已报名活动-我要打卡-消息tag + */ + String MQ_TAG_HEART_SIGNIN_CONTENTSECURITY = "heart_signIn_contentSecurityTag"; + //--------------------------------------------------------------------------- + + /** + * + * 内容安全审核-议题项目-消息topic + */ + String MQ_TOPIC_ISSUE_ITEM_CONTENTSECURITY = "issueItem_contentSecurityTopic"; + + /** + * 内容安全审核-议题项目-我要报事-消息tag + */ + String MQ_TAG_ISSUE_ITEM_SUBMIT_CONTENTSECURITY = "issueItem_submit_contentSecurityTag"; + + /** + * 内容安全审核-议题项目-评论-消息tag + */ + String MQ_TAG_ISSUE_ITEM_COMMENT_CONTENTSECURITY = "issueItem_comment_contentSecurityTag"; + + /** + * 内容安全审核-项目详情-满意度评价-消息tag + */ + String MQ_TAG_ISSUE_ITEM_SATISFACTION_CONTENTSECURITY = "issueItem_satisfaction_contentSecurityTag"; + //--------------------------------------------------------------------------- + + /** + * 内容安全审核-邻里党群-消息topic + */ + String MQ_TOPIC_GROUP_CONTENTSECURITY = "group_contentSecurityTopic"; + + /** + * 内容安全审核-邻里党群-我有话说-消息tag + */ + String MQ_TAG_GROUP_TOPIC_CONTENTSECURITY = "group_topic_contentSecurityTag"; + + /** + * 内容安全审核-邻里党群-我有话说-评论-消息tag + */ + String MQ_TAG_GROUP_TOPIC_COMMENT_CONTENTSECURITY = "group_topic_comment_contentSecurityTag"; + }