Commit 8970246b by 李传峰

Merge branch 'release' into 'master'

Release

See merge request rays/pcloud-common-parent!305
parents aa70e53d 36c00863
...@@ -259,6 +259,11 @@ public class MQTopicProducer { ...@@ -259,6 +259,11 @@ public class MQTopicProducer {
public static final String QRCODE_BOOK_UPDATE = "topic.qrcodeBookUpdate"; public static final String QRCODE_BOOK_UPDATE = "topic.qrcodeBookUpdate";
/** /**
* 恢复二维码
*/
public static final String RECOVER_QRCODE = "topic.recoverQrcode";
/**
* 重置 * 重置
*/ */
public static final String RECHARGE = "topic.recharge"; public static final String RECHARGE = "topic.recharge";
......
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