|
@@ -85,10 +85,7 @@ public enum SysConfigEnum {
|
|
|
//红包流量,joinTime.switch.config
|
|
|
JOIN_TIME_SWITCH_CONFIG("joinTime.switch.config", "红包流量"),
|
|
|
//签到配置,store.sign
|
|
|
- SIGN_CONFIG("store.sign", "签到配置"),
|
|
|
- //商城支付配置,store.pay
|
|
|
- STORE_PAY_CONFIG("store.pay", "商城支付配置");
|
|
|
-
|
|
|
+ SIGN_CONFIG("store.sign", "签到配置");
|
|
|
private final String key;
|
|
|
private final String name;
|
|
|
|