活动:特惠礼包

This commit is contained in:
luying
2022-05-19 21:44:39 +08:00
parent 20c63a46d4
commit e0b4799220
6 changed files with 92 additions and 66 deletions
@@ -166,6 +166,14 @@ export const SIGNIN_VIP_OPEN_LIMIT = 15;
//每日特惠礼包RMB购买4挡,一次性支付购买7天,每天只能领取当天的礼包奖励
export const DAILYRMBGIFTS_DAYS = 7;//一次性购买*天
export enum DAILY_RMB_GIFT_STATUS {
CAN_BUY = 0, // 可以购买
CAN_NOT_BUY = 1, // 不可购买
CAN_RECEIVE = 2, // 可以一键领取
HAS_RECEIVED = 3, // 已一键领取
}
//签到活动开启时间
export const SIGNIN_OPEN = 1;//*号0点开启
export const SIGNIN_CLOSE = 31;//*号晚上24点结束