修改token过期时间

This commit is contained in:
SUNJIABIN
2023-05-24 17:35:41 +08:00
parent 617d6f81c4
commit 55bb8eab68
@@ -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";