update 客户端下载修复
This commit is contained in:
@@ -65,6 +65,7 @@ public class LoginInterceptor implements HandlerInterceptor {
|
||||
* 验证token 并刷新token
|
||||
*/
|
||||
private boolean isValidToken(String token) {
|
||||
System.out.println("token:"+token);
|
||||
String userEmail = JwtUtils.getUserName(token);
|
||||
String getUserId = JwtUtils.getUserId(token);
|
||||
//1.把userEmail存入ThreadLocal 本地线程变量中
|
||||
|
||||
Reference in New Issue
Block a user