剔除旧首充逻辑
This commit is contained in:
@@ -2911,19 +2911,6 @@ public class Constant {
|
||||
public static final Integer VIP_MP_SEND = 7;
|
||||
}
|
||||
|
||||
public static class firstChargeRewardType {
|
||||
// 面板礼物
|
||||
public static final Byte GIFT = 1;
|
||||
// 铭牌
|
||||
public static final Byte NAME_PLATE = 2;
|
||||
// 座驾
|
||||
public static final Byte CAR = 3;
|
||||
// 头饰
|
||||
public static final Byte HEADWEAR = 4;
|
||||
// 额外钻石
|
||||
public static final Byte DIAMOND = 5;
|
||||
}
|
||||
|
||||
public static class ApplyUserNameplate {
|
||||
// 1:申请铭牌
|
||||
public static final Integer APPLY_NAME_PLATE = 1;
|
||||
|
@@ -808,23 +808,6 @@ public enum RedisKey {
|
||||
flow_team_admin_login_error_count, //1天内登录错误次数
|
||||
/** 引流小组后台 end **/
|
||||
|
||||
/**
|
||||
* 首充激励用户缓存
|
||||
**/
|
||||
first_charge_reward_user,
|
||||
/**
|
||||
* 首充激励发送奖励锁
|
||||
**/
|
||||
first_charge_reward_send_reward_lock,
|
||||
/**
|
||||
* 已完成所有限时首充奖励用户
|
||||
*/
|
||||
limit_first_charge_finished_user,
|
||||
/**
|
||||
* 限时首充奖励激励发送奖励锁
|
||||
**/
|
||||
limit_first_charge_reward_send_reward_lock,
|
||||
|
||||
room_visitor_user_dict_lock,
|
||||
room_visitor_user_exit_flag,//用户是否为引流直播用户标示:有效期,1天,String
|
||||
|
||||
|
Reference in New Issue
Block a user