2
0

fix: 恢复刷新失效时间

This commit is contained in:
caiyuchao
2025-02-28 11:34:05 +08:00
parent dcc64b2de9
commit 67236a523a

View File

@@ -166,7 +166,7 @@ public class TokenService
long currentTime = System.currentTimeMillis();
if (expireTime - currentTime <= MILLIS_MINUTE_TEN)
{
// refreshToken(loginUser);
refreshToken(loginUser);
}
}