活动配置检查

back_recharge
zhangshanxue 2019-10-30 14:18:22 +08:00
parent f93bfc4ea3
commit e0eca47ef0
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,8 @@ public class SGlobalActivity implements BaseConfig {
private int resetGrade;
private int openRanking;
@Override
public void init() throws Exception {
@ -56,6 +58,7 @@ public class SGlobalActivity implements BaseConfig {
}
sGlobalActivity.setStartTimeLong(Long.parseLong(startTime));
sGlobalActivity.setEndTimeLong(Long.parseLong(endtime));
}
sGlobalActivityMap = config;
}