Commit 3df84c28 by songxiang
parents 23b8746e d3bf5f23
...@@ -275,10 +275,15 @@ public class MQTopicProducer { ...@@ -275,10 +275,15 @@ public class MQTopicProducer {
*/ */
public static final String RECORD_USER_HABIT = "topic.recordUserHabit"; public static final String RECORD_USER_HABIT = "topic.recordUserHabit";
/** /**
* topic交换机名称(勿改) * 扫码
*/ */
public static final String EXCHAGE = "rays.topic"; public static final String SCAN_QRCODE = "topic.scanQrcode";
/**
* topic交换机名称(勿改)
*/
public static final String EXCHAGE = "rays.topic";
/** /**
* 更新图书封面图 * 更新图书封面图
......
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