疯狂的狮子li
2022-08-25 09c4c40d4dfd4ff6930f692d04af91e46235ff79
ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -63,16 +63,6 @@
    Integer CAPTCHA_EXPIRATION = 2;
    /**
     * 登录错误次数
     */
    Integer LOGIN_ERROR_NUMBER = 5;
    /**
     * 登录错误限制时间(分钟)
     */
    Integer LOGIN_ERROR_LIMIT_TIME = 10;
    /**
     * 令牌
     */
    String TOKEN = "token";