Commit b1259dcf by 高鹏

Merge branch 'feat-zyq-1001834' into 'master'

拼团Topic常量

See merge request rays/pcloud-common-parent!74
parents 6eb0bcfc 2b4bdbb8
......@@ -393,4 +393,14 @@ public class MQTopicProducer {
*/
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