疯狂的狮子li
2022-11-16 0381df6b17793575801ad84523e898500d8835be
ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -18,6 +18,11 @@
    String GBK = "GBK";
    /**
     * www主域
     */
    String WWW = "www.";
    /**
     * http请求
     */
    String HTTP = "http://";
@@ -61,16 +66,6 @@
     * 验证码有效期(分钟)
     */
    Integer CAPTCHA_EXPIRATION = 2;
    /**
     * 登录错误次数
     */
    Integer LOGIN_ERROR_NUMBER = 5;
    /**
     * 登录错误限制时间(分钟)
     */
    Integer LOGIN_ERROR_LIMIT_TIME = 10;
    /**
     * 令牌