Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
87850859
Commit
87850859
authored
Dec 03, 2018
by
songxiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.89.173/rays/pcloud-common-parent.git
parents
44b1f4bd
a8f18f39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
67 additions
and
0 deletions
+67
-0
WeektaskCode.java
...in/java/com/pcloud/common/core/constant/WeektaskCode.java
+67
-0
No files found.
pcloud-common-core/src/main/java/com/pcloud/common/core/constant/WeektaskCode.java
View file @
87850859
...
@@ -48,6 +48,8 @@ public enum WeektaskCode {
...
@@ -48,6 +48,8 @@ public enum WeektaskCode {
UPDATE_BOOK_INFO
(
"update_book_info"
),
UPDATE_BOOK_INFO
(
"update_book_info"
),
//调整应用顺序
//调整应用顺序
SET_STEP
(
"set_step"
),
SET_STEP
(
"set_step"
),
//确定回复
DEFINITE_REPLY
(
"definite_reply"
),
/**
/**
* -------通用埋点------
* -------通用埋点------
*/
*/
...
@@ -139,6 +141,15 @@ public enum WeektaskCode {
...
@@ -139,6 +141,15 @@ public enum WeektaskCode {
C_PUBLISH_DYNAMIC
(
"c_publish_dynamic"
),
C_PUBLISH_DYNAMIC
(
"c_publish_dynamic"
),
//专题问答设置免费
//专题问答设置免费
SET_FREE
(
"set_free"
),
SET_FREE
(
"set_free"
),
//选择性格心理类场景
CREATE_TEST_CHARACTER
(
"create_test_character"
),
//选择知识抢答类场景
CREATE_TEST_RESPONDER
(
"create_test_responder"
),
//读者圈中加入直播课程
W_POST_LIVEAPP_NOTE
(
"w_post_liveapp_note"
),
//创建专题扩展应用新增栏目
NEW_COLUMN
(
"new_column"
),
//----------------------------------成就任务-------------------
//----------------------------------成就任务-------------------
/**
/**
* 读者在读者圈中发动态
* 读者在读者圈中发动态
...
@@ -651,6 +662,62 @@ public enum WeektaskCode {
...
@@ -651,6 +662,62 @@ public enum WeektaskCode {
*创建抽奖应用
*创建抽奖应用
*/
*/
W5_CREATE_DRAW_APP
(
"w5_create_draw_app"
),
W5_CREATE_DRAW_APP
(
"w5_create_draw_app"
),
/**
*预览效果
*/
W5_CONFIGURE_NEWS
(
"w5_configure_news"
),
/**
*分享排名
*/
W5_SHARE_RANK
(
"w5_share_rank"
),
/**
* 新增性格心理类场景应用(周E3)
*/
W5_CREATE_TEST_CHARACTER
(
"w5_create_test_character"
),
/**
* 新增知识抢答类场景应用(周F3)
*/
W5_CREATE_TEST_RESPONDER
(
"w5_create_test_responder"
),
/**
* 新建直播课应用(周E4)
*/
W5_CREATE_RELATE_LIVEAPP
(
"w5_create_relate_liveapp"
),
/**
* 新建读者交流圈应用(周E5)
*/
W5_CREATE_RELATE_GROUP
(
"w5_create_relate_group"
),
/**
* 新建读书卡片应用(周E6)
*/
W5_CREATE_BOOKCARD
(
"w5_create_bookcard"
),
/**
* 新建电子书应用(周E7)
*/
W5_CREATE_EBOOK
(
"w5_create_ebook"
),
/**
* 新建分数排名应用(周F6)
*/
W5_CREATE_SCORE_APP
(
"w5_create_score_app"
),
/**
* 新建专题扩展应用(周F7)
*/
W5_CREATE_SPECIAL_APP
(
"w5_create_special_app"
),
/**
* 新建作者留言应用(周F8)
*/
W5_CREATE_VOICE_APP
(
"w5_create_voice_app"
),
/**
* 新建报名应用(周F9)
*/
W5_CREATE_BM_APP
(
"w5_create_bm_app"
),
/**
* 新建专家咨询应用(周F4)
*/
W5_CREATE_QA_APP
(
"w5_create_qa_app"
),
/**
*体验专家咨询应用(周F5)
*/
W5_EXPERIENCE_CONSULTING
(
"w5_experience_consulting"
),
;
;
public
final
String
code
;
public
final
String
code
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment