add 获取表单模型

This commit is contained in:
liao
2023-08-23 11:57:35 +08:00
parent 8e7bd2f5cc
commit ee56da57b5
5 changed files with 133 additions and 16 deletions
@@ -34,7 +34,8 @@ public class JwtUtil {
// Token过期时间30分钟(用户登录过期时间也是30分钟,以token在reids缓存时间为准)
public static final long EXPIRE_TIME = 180 * 60 * 1000L;
//public static final long EXPIRE_TIME = 180 * 60 * 1000L;
public static final long EXPIRE_TIME = 7 * 24 * 60 * 60 * 1000L; // 设置成七天(开发用)
private static final String USERNAME_FIELD = "username";