chenrui
6 天以前 4398a57a5d01d5dd4331f8a04f29f5fd9229a737
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();
    }