关闭验证码

master
Number7 2024-08-07 13:57:53 +08:00
parent d61cb013ed
commit e3b1c6c86c
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());