初始化仓库

dev
王鑫 2024-09-14 20:50:21 +08:00
parent 318f2faf24
commit 97275d96f7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class ValidateCodeServiceImpl implements ValidateCodeService {
CaptchaCodeResp.CaptchaCodeRespBuilder respBuilder = CaptchaCodeResp.builder() CaptchaCodeResp.CaptchaCodeRespBuilder respBuilder = CaptchaCodeResp.builder()
.captchaEnabled(captchaEnabled); .captchaEnabled(captchaEnabled);
if (!captchaEnabled) { if (!captchaEnabled) {
return Result.success(respBuilder); return Result.success(respBuilder.build());
} }
// 保存验证码信息 // 保存验证码信息