关闭验证码

master
Number7 2024-08-06 21:26:21 +08:00
parent 383950d8c4
commit 515869625f
1 changed files with 1 additions and 0 deletions

View File

@ -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());
} }