Commit 4b0909de by 郑永强

【1002911】红榜任务ERP优化

parent bc8f875c
......@@ -183,4 +183,8 @@ public class MQQueueConstant {
*/
public static final String BACKLOG = "backlogQueue";
/**
* 红榜做书任务
*/
public static final String BOOKTASK = "booktaskQueue";
}
......@@ -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