RuoYi
2026-04-13 61f9792395547b12974baf0d8658efd5ca9262a1
ruoyi-gateway/src/main/java/com/ruoyi/gateway/handler/ValidateCodeHandler.java
@@ -15,7 +15,7 @@
/**
 * 验证码获取
 *
 *
 * @author ruoyi
 */
@Component
@@ -30,7 +30,7 @@
        AjaxResult ajax;
        try
        {
            ajax = validateCodeService.createCapcha();
            ajax = validateCodeService.createCaptcha();
        }
        catch (CaptchaException | IOException e)
        {
@@ -38,4 +38,4 @@
        }
        return ServerResponse.status(HttpStatus.OK).body(BodyInserters.fromValue(ajax));
    }
}
}