Commit 8636b639 by 裴大威

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

【1002911】红榜任务ERP优化

See merge request rays/pcloud-common-parent!114
parents bc8f875c 4b0909de
...@@ -183,4 +183,8 @@ public class MQQueueConstant { ...@@ -183,4 +183,8 @@ public class MQQueueConstant {
*/ */
public static final String BACKLOG = "backlogQueue"; public static final String BACKLOG = "backlogQueue";
/**
* 红榜做书任务
*/
public static final String BOOKTASK = "booktaskQueue";
} }
...@@ -1266,7 +1266,15 @@ public enum WeektaskCode { ...@@ -1266,7 +1266,15 @@ public enum WeektaskCode {
/** /**
* 问卷调查/读者反馈 * 问卷调查/读者反馈
*/ */
W6_CREATE_NAIRE_APP("w6_create_naire_app") W6_CREATE_NAIRE_APP("w6_create_naire_app"),
/**
* 体验书僮小睿小程序
*/
W6_SCAN_APPLET_XIAORUI("w6_scan_applet_xiaorui"),
/**
* 选择超级作者作品
*/
W6_BIND_SUPERAUTHOR_BOOK("w6_bind_superauthor_book"),
; ;
......
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