活动:部分数据添加默认字段

This commit is contained in:
qiaoxin
2021-05-19 15:36:50 +08:00
parent de33a02525
commit 0c39b9ebb7
3 changed files with 12 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ export enum ACTIVITY_TYPE {
MONTHLY_TICKET_1 = 19, // 月卡1普通
MONTHLY_TICKET_2 = 20, // 月卡2至尊
RECHARGE_MONEY = 21, // 累计充值RMB活动
DAILY_RMB_GIFTS = 22, // 每日特惠RMB购买一次性购买7天礼包
}
/**