用户活动banner,优化

This commit is contained in:
2025-05-13 15:50:32 +08:00
parent b767abd63e
commit 7c627dca5d
14 changed files with 123 additions and 18 deletions

View File

@@ -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;

View File

@@ -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 {