RuoYi
2022-07-30 ff8206323dc1b88c9373a3ee5cf5cb8e86ef60d0
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();
    }