Commit 36c00863 by 李传峰

Merge branch 'feature/1008564' into 'release'

Feature/1008564

See merge request rays/pcloud-common-parent!304
parents b078f4b0 0ef0a9fd
...@@ -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