佟明键
2022-02-24 8b097af195e5b0056eaad06f199cd1d291821912
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");
    }
}