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