mirror of
https://gitee.com/jzsw-it/yexuejc-base.git
synced 2025-09-28 16:33:21 +08:00
1.1.0
This commit is contained in:
@@ -12,7 +12,7 @@ public class JwtUtil {
|
||||
/** token类型 */
|
||||
private static String JWT_HEADER_TYP = "JWT";
|
||||
/** token发行商 */
|
||||
private static String JWT_CLAIMS_ISS = "uselaw.com";
|
||||
private static String JWT_CLAIMS_ISS = "yexuejc.com";
|
||||
|
||||
/**
|
||||
* 加密内容生成token
|
||||
|
Reference in New Issue
Block a user