疯狂的狮子Li
2023-01-08 9ebaf936c13f7654dc5d58962872b7b4cd054a07
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");
    }
}