This commit is contained in:
yexuejc 2018-05-14 20:51:02 +08:00
parent 63e3b39c62
commit 0417621cfe

View File

@ -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