RuoYi
2024-10-17 8101ed752227a66e448e9fbd23aa7e1794842b66
src/main/java/com/ruoyi/framework/config/KaptchaTextCreator.java
@@ -62,13 +62,6 @@
                suChinese.append(CNUMBERS[x]);
            }
        }
        else
        {
            result = x + y;
            suChinese.append(CNUMBERS[x]);
            suChinese.append("+");
            suChinese.append(CNUMBERS[y]);
        }
        suChinese.append("=?@" + result);
        return suChinese.toString();
    }