Commit d3bf5f23 by 宋祥

Merge branch 'mergeuat' into 'master'

加上扫码topic

See merge request rays/pcloud-common-parent!1
parents 4012f52e 63b19be5
...@@ -276,6 +276,11 @@ public class MQTopicProducer { ...@@ -276,6 +276,11 @@ public class MQTopicProducer {
public static final String RECORD_USER_HABIT = "topic.recordUserHabit"; public static final String RECORD_USER_HABIT = "topic.recordUserHabit";
/** /**
* 扫码
*/
public static final String SCAN_QRCODE = "topic.scanQrcode";
/**
* topic交换机名称(勿改) * topic交换机名称(勿改)
*/ */
public static final String EXCHAGE = "rays.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