公会长移除主播限制
This commit is contained in:
@@ -989,6 +989,7 @@ public enum BusiStatus {
|
||||
RECHARGE_REGION_SALARY_LIMIT(500,"该代理暂不代理该区域业务"),
|
||||
ROOM_DAY_DIAMOND_REWARD_DATE_CHECK(500, "TODAY NOT ALLOW RECEIVE"),
|
||||
GUILD_USD_OPT_LIMIT(500, "该交易类型已达到本周交易次数上限"),
|
||||
GUILD_MEMBER_REMOVE_LIMIT(500, "仅在每个月1号、2号、3号才可以移除主播"),
|
||||
;
|
||||
|
||||
private final int value;
|
||||
|
@@ -1397,7 +1397,9 @@ public class Constant {
|
||||
|
||||
public static final String CP_MIC_SVGA_URL = "cp_mic_svga_url";
|
||||
|
||||
public static String charge_user_x_gold = "charge_user_x_gold";
|
||||
public static final String CHARGE_USER_X_GOLD = "charge_user_x_gold";
|
||||
|
||||
public static final String GUILD_OPERATE_CONFIG = "guild_operate_config";
|
||||
}
|
||||
|
||||
public static class WithDrawStatus {
|
||||
|
Reference in New Issue
Block a user