update 客户端下载修复

This commit is contained in:
yyb
2026-01-13 09:38:11 +08:00
parent 33099f3383
commit fc3bcff8cb
3 changed files with 12 additions and 2 deletions

View File

@@ -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 本地线程变量中