liuyuchuan
2022-02-08 c57ec64e634d62d806f2120800efc427f36a9f17
ruoyi-gateway/src/main/java/com/ruoyi/gateway/service/ValidateCodeService.java
@@ -14,10 +14,10 @@
    /**
     * 生成验证码
     */
    public AjaxResult createCapcha() throws IOException, CaptchaException;
    public AjaxResult createCaptcha() throws IOException, CaptchaException;
    /**
     * 校验验证码
     */
    public void checkCapcha(String key, String value) throws CaptchaException;
    public void checkCaptcha(String key, String value) throws CaptchaException;
}