关闭验证码
parent
d61cb013ed
commit
e3b1c6c86c
|
@ -51,7 +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