关闭验证码

master
Number7 2024-08-06 21:27:33 +08:00
parent 515869625f
commit 234521d324
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class ValidateCodeServiceImpl implements ValidateCodeService {
.captchaEnabled(captchaEnabled);
if (!captchaEnabled)
{
//
//关闭验证码
//直接返回
return Result.success(respBuilder.build());
}