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
76cfec47
Commit
76cfec47
authored
Nov 05, 2018
by
gaopeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
C993_模板消息设置添加关闭通知的开关
parent
19588ed1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
39 deletions
+7
-39
SceneCode.java
.../main/java/com/pcloud/common/core/constant/SceneCode.java
+7
-39
No files found.
pcloud-common-core/src/main/java/com/pcloud/common/core/constant/SceneCode.java
View file @
76cfec47
...
@@ -9,7 +9,10 @@ package com.pcloud.common.core.constant;
...
@@ -9,7 +9,10 @@ package com.pcloud.common.core.constant;
*/
*/
public
enum
SceneCode
{
public
enum
SceneCode
{
/**
* 奖金发放通知
*/
PRIZE_SEND_SCENE
(
"PRIZE_SEND_SCENE"
),
/**
/**
* 服务完成通知
* 服务完成通知
...
@@ -47,24 +50,9 @@ public enum SceneCode {
...
@@ -47,24 +50,9 @@ public enum SceneCode {
USER_QUESTION_SCENE
(
"USER_QUESTION_SCENE"
),
USER_QUESTION_SCENE
(
"USER_QUESTION_SCENE"
),
/**
/**
* 退货申请提醒
* 退货完成通知
*/
REFUND_APPLICATION_SCENE
(
"REFUND_APPLICATION_SCENE"
),
/**
* 退货失败通知
*/
REFUND_REFUSE_SCENE
(
"REFUND_REFUSE_SCENE"
),
/**
* 退货确认通知
*/
REFUND_CONFIRM_SCENE
(
"REFUND_CONFIRM_SCENE"
),
/**
* 订单确认收货通知
*/
*/
CONFIRM_GOODS_SCENE
(
"CONFIRM_GOODS
_SCENE"
),
REFUND_FINISH_SCENE
(
"REFUND_FINISH
_SCENE"
),
/**
/**
* 退款成功
* 退款成功
...
@@ -91,33 +79,17 @@ public enum SceneCode {
...
@@ -91,33 +79,17 @@ public enum SceneCode {
*/
*/
ORDER_MESSAGE_SCENE
(
"ORDER_MESSAGE_SCENE"
),
ORDER_MESSAGE_SCENE
(
"ORDER_MESSAGE_SCENE"
),
/**
* 退货申请结果通知
*/
REFUND_APPLICATION_RESULT_SCENE
(
"REFUND_APPLICATION_RESULT_SCENE"
),
/**
/**
* 确认登录提醒
* 确认登录提醒
*/
*/
CONFIRM_LOGIN_SCENE
(
"CONFIRM_LOGIN_SCENE"
),
CONFIRM_LOGIN_SCENE
(
"CONFIRM_LOGIN_SCENE"
),
/**
/**
* 成功报名付费通知
*/
ENROLL_SUCCESS_SCENE
(
"ENROLL_SUCCESS_SCENE"
),
/**
* 预约提醒
* 预约提醒
*/
*/
APPOINT_SCENE
(
"APPOINT_SCENE"
),
APPOINT_SCENE
(
"APPOINT_SCENE"
),
/**
/**
* 排名通知
*/
RANK_SCENE
(
"RANK_SCENE"
),
/**
* 学习进度提醒
* 学习进度提醒
*/
*/
LEARN_PROGRESS_SCENE
(
"LEARN_PROGRESS_SCENE"
),
LEARN_PROGRESS_SCENE
(
"LEARN_PROGRESS_SCENE"
),
...
@@ -140,11 +112,7 @@ public enum SceneCode {
...
@@ -140,11 +112,7 @@ public enum SceneCode {
/**
/**
* 会员到期提醒
* 会员到期提醒
*/
*/
MEMBERSHIP_EXPIRE
(
"MEMBERSHIP_EXPIRE"
),
MEMBERSHIP_EXPIRE
(
"MEMBERSHIP_EXPIRE"
);
/**
* 奖金发放通知
*/
PRIZE_SEND_SCENE
(
"PRIZE_SEND_SCENE"
);
/**
/**
* 值
* 值
...
...
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