Browse Source

【内容审核】-【书记在线-人工驳回MQ信息处理】-(王童)-2020/07/15

feature/subCheck
Jackwang 5 years ago
parent
commit
ac95d12f36
  1. 22
      epdc-commons-tools/src/main/java/com/elink/esua/epdc/commons/tools/constant/RocketMqConstant.java

22
epdc-commons-tools/src/main/java/com/elink/esua/epdc/commons/tools/constant/RocketMqConstant.java

@ -51,4 +51,26 @@ public interface RocketMqConstant {
String MQ_TAG_WORKRECORD_MONTH_ORGANIZATION = "workRecord_month_contentSecurityTag"; String MQ_TAG_WORKRECORD_MONTH_ORGANIZATION = "workRecord_month_contentSecurityTag";
/**
* 内容安全审核-书记在线-消息topic
*/
String MQ_TOPIC_SECRETARY_CONTENTSECURITY = "secretary_contentSecurityTopic";
/**
* 内容安全审核-书记在线-发布通知-消息topic
*/
String MQ_TAG_SECRETARY_NOTICE_CONTENTSECURITY = "secretary_notice_contentSecurityTopic";
/**
* 内容安全审核-书记在线-我有话说-消息topic
*/
String MQ_TAG_SECRETARY_TOPIC_CONTENTSECURITY = "secretary_topic_contentSecurityTopic";
/**
* 内容安全审核-书记在线-我有话说-评论-消息topic
*/
String MQ_TAG_SECRETARY_TOPIC_COMMENT_CONTENTSECURITY = "secretary_topic_comment_contentSecurityTopic";
} }

Loading…
Cancel
Save