dangsn
2024-06-11 b6dee87c91bfdcb68fcc456c9a2ec46b2ed7cbe3
Source/plt-web/plt-web-parent/plt-web-base/src/main/java/com/vci/starter/web/constant/TokenKeyConstant.java
@@ -45,7 +45,7 @@
    /**
     * 令牌秘钥
     */
    public static final String SECRET = "thisissecretforjwt";
    public static final String SECRET = "THISISAJWTTOKENKEYBELONGINGTOHONGBO";
    /**
     * JWT中的用户主键的Key
@@ -55,7 +55,7 @@
    /**
     * JWT中token的key
     */
    public static final String JWT_TOKEN_KEY = "token_key";
    public static final String JWT_TOKEN_KEY = "jwt_token_key";
    /**
     * JWT中用户账号的key
@@ -71,4 +71,6 @@
     * 缓存有效期,默认30(分钟)
     */
    public static final long EXPIRATION = 30;
}