关闭验证码
parent
383950d8c4
commit
515869625f
|
@ -51,6 +51,7 @@ public class ValidateCodeServiceImpl implements ValidateCodeService {
|
||||||
.captchaEnabled(captchaEnabled);
|
.captchaEnabled(captchaEnabled);
|
||||||
if (!captchaEnabled)
|
if (!captchaEnabled)
|
||||||
{
|
{
|
||||||
|
//
|
||||||
//直接返回
|
//直接返回
|
||||||
return Result.success(respBuilder.build());
|
return Result.success(respBuilder.build());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue