This commit is contained in:
2023-06-19 17:27:38 +08:00
parent 5aad8dc823
commit 549819f751
16 changed files with 446 additions and 16 deletions

View File

@ -49,6 +49,11 @@ public class ConfigConstant {
*/
public static final String LOGIN_ERROR_MAX_COUNT_KEY = SYS_CONFIG_KEY_PREFIX + "sys.account.loginErrorMaxCount";
/**
* 参数配置-登录日志开关
*/
public static final String LOGIN_LOG_ON_OFF_KEY = SYS_CONFIG_KEY_PREFIX + "sys.login.loginLogOnOff";
/**
* 开
*/