Commit f6962c1f by 裴大威

feat 1002399

parent c3d844ef
...@@ -12,6 +12,11 @@ package com.pcloud.common.core.constant; ...@@ -12,6 +12,11 @@ package com.pcloud.common.core.constant;
public class MQTopicProducer { public class MQTopicProducer {
/** /**
* 监听小号上下线
*/
public static final String ROBOT_REAL_STATUS = "topic.robotRealStatus";
/**
* 文件转码结束(PDF、EXCEL) * 文件转码结束(PDF、EXCEL)
*/ */
public static final String FILE_TRANSCODE = "topic.fileTranscode"; public static final String FILE_TRANSCODE = "topic.fileTranscode";
......
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