RuoYi
2023-01-11 c5915defe6a1ce21028f9c381e869ae47b8cd52b
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();
    }