Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
1
Merge Requests
1
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
haoban3.0
haoban-manage3.0
Commits
a4700ac4
Commit
a4700ac4
authored
Jun 28, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消息
parent
f22faaf1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
NoticeMessageTypeEnum.java
...om/gic/haoban/manage/api/enums/NoticeMessageTypeEnum.java
+2
-1
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/enums/NoticeMessageTypeEnum.java
View file @
a4700ac4
...
...
@@ -70,9 +70,10 @@ public enum NoticeMessageTypeEnum {
REFUND_AUDIT
(
5010
,
"新增售后提醒"
,
NoticeMessageCategoryTypeEnum
.
REFUND
.
getType
(),
"refund_audit"
,
"/pages/route/index?pageType="
,
"hbapp_order_center"
,
"afterSalesReviewReminder"
,
"haobanNotice"
),
REFUND_MEMBER_CANCEL
(
5011
,
"买家取消售后提醒"
,
NoticeMessageCategoryTypeEnum
.
REFUND
.
getType
(),
"refund_member_cancel"
,
"/pages/route/index?pageType="
,
"hbapp_order_center"
,
"afterSalesCancelReminder"
,
"haobanNotice"
),
REFUND_DELIVER
(
5013
,
"买家寄出退换货提醒"
,
NoticeMessageCategoryTypeEnum
.
REFUND
.
getType
(),
"refund_deliver"
,
"/pages/route/index?pageType="
,
"hbapp_order_center"
,
"buyerSendsBackRemind"
,
"haobanNotice"
),
ORDER_PICK_UP_CANCEL
(
5014
,
"取消门店自提订单"
,
NoticeMessageCategoryTypeEnum
.
REFUND
.
getType
(),
"order_pick_up_cancel"
,
"/pages/route/index?pageType="
,
"hbapp_order_verfication"
,
"canelPickUpOrderRemaind"
,
"haobanNotice"
),
//
//
MATERIAL_NEW_NOTIFY
(
6001
,
"素材上新通知"
,
NoticeMessageCategoryTypeEnum
.
MATERIAL
.
getType
(),
"material_new_notify"
,
"/pages/route/index?pageType="
,
"hbapp_material_center"
,
"materialsNotice"
,
"clerkMaterialsNotice"
),
MATERIAL_REPORT_NOTIFY_WEEK
(
6002
,
"素材周报通知"
,
NoticeMessageCategoryTypeEnum
.
MATERIAL
.
getType
(),
"material_week_notify"
,
"/pages/route/index?pageType="
,
"hbapp_mate_report"
,
"materialWeek"
,
"clerkMaterialsReport"
),
MATERIAL_REPORT_NOTIFY_MONTH
(
6004
,
"素材月报通知"
,
NoticeMessageCategoryTypeEnum
.
MATERIAL
.
getType
(),
"material_month_notify"
,
"/pages/route/index?pageType="
,
"hbapp_mate_report"
,
"materialMonth"
,
"clerkMaterialsReport"
),
...
...
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