Commit 7d1e84dd by 朱亚洁

feat:[1005028]平台端干预h5和社区内容

parent 98510ddc
...@@ -462,7 +462,11 @@ public class MQTopicProducer { ...@@ -462,7 +462,11 @@ public class MQTopicProducer {
public static final String MODIFY_READER = "topic.modifyReader"; public static final String MODIFY_READER = "topic.modifyReader";
/** /**
* 浏览记录更新用户信息 * 社群内容(互助、评论、读书笔记、打卡)
*/ */
public static final String APPLET_USER_EVENT = "topic.appletUserEvent"; public static final String APPLET_USER_EVENT = "topic.appletUserEvent";
/**
* 社群内容删除
*/
public static final String APPLET_EVENT_DELETE = "topic.appletEventDelete";
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment