修改token过期时间
This commit is contained in:
@@ -30,7 +30,7 @@ import java.util.List;
|
||||
public class JwtUtils {
|
||||
|
||||
// 过期时间
|
||||
private static long expire = 6048000;
|
||||
private static long expire = 8*60*60*1000l;
|
||||
// 秘钥
|
||||
private static String secret = "HSyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user