|
@ -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"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|