liding
2025-05-15 7aa33e4e6f5dd36d6a67b1b1e59c5d276e740486
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();
    }