疯狂的狮子Li
2022-10-28 6e8ef308ed529cffda6c020bfb0e64974737aa59
ruoyi-common/src/main/java/com/ruoyi/common/exception/user/CaptchaException.java
@@ -9,6 +9,6 @@
    private static final long serialVersionUID = 1L;
    public CaptchaException() {
        super("user.jcaptcha.error", null);
        super("user.jcaptcha.error");
    }
}