ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java @@ -63,11 +63,6 @@ String LOGIN_FAIL = "Error"; /** * 验证码有效期(分钟) */ Integer CAPTCHA_EXPIRATION = 2; /** * 令牌 */ String TOKEN = "token";