用户活动banner,优化
This commit is contained in:
@@ -948,6 +948,7 @@ public enum BusiStatus {
|
||||
USER_EVENT_DELETE(20513, "活动已经被删除"),
|
||||
USER_EVENT_BEGIN_SELECT(20513, "超过可选时间范围"),
|
||||
USER_EVENT_EXIST(20513, "该房间已经申请[时间范围]举办活动了"),
|
||||
USER_EVENT_GOLD_CONFIG_ERROR(20513, "GOLD_CONFIG_ERROR"),
|
||||
;
|
||||
|
||||
private final int value;
|
||||
|
@@ -1443,6 +1443,9 @@ public class Constant {
|
||||
|
||||
|
||||
public static final String USER_EVENT_CONFIG = "user_event_config";//用户活动扣款金额限制
|
||||
|
||||
|
||||
public static final String DOMAIN_CONFIG = "domain_config";//h5域名配置
|
||||
}
|
||||
|
||||
public static class WithDrawStatus {
|
||||
|
Reference in New Issue
Block a user