first commit
This commit is contained in:
@ -30,8 +30,30 @@ public interface AuthConfigApiService {
|
||||
*/
|
||||
Boolean getRegisterConfig();
|
||||
|
||||
/**
|
||||
* 是否开启黑名单
|
||||
*
|
||||
* @return 是/否
|
||||
*/
|
||||
Boolean getBlacklistConfig();
|
||||
|
||||
/**
|
||||
* 黑名单过期时间(拉黑时间), 单位:秒
|
||||
*
|
||||
* @return 过期时间
|
||||
*/
|
||||
Long getBlacklistExpireTime();
|
||||
|
||||
/**
|
||||
* 获取最大允许错误次数
|
||||
*
|
||||
* @return 最大允许错误次数
|
||||
*/
|
||||
Integer getAllowMaxErrorCount();
|
||||
|
||||
/**
|
||||
* 验证验证码
|
||||
*
|
||||
* @param code code
|
||||
* @param uuid uuid
|
||||
*/
|
||||
|
Reference in New Issue
Block a user