Commit 2b4bdbb8 by 郑永强

拼团Topic常量

parent 6eb0bcfc
...@@ -393,4 +393,14 @@ public class MQTopicProducer { ...@@ -393,4 +393,14 @@ public class MQTopicProducer {
*/ */
public static final String SOME_USER_SCAN_QRCODE = "topic.someUserScanQrcode"; public static final String SOME_USER_SCAN_QRCODE = "topic.someUserScanQrcode";
/**
* 拼团支付
*/
public static final String PAYMENT_MERGE_BUY = "topic.paymentMergeBuy";
/**
* 完成拼团
*/
public static final String FINISH_MERGE_BUY = "topic.finishMergeBuy";
} }
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