Merge branch 'feature/community-center' into preview

master
yang 2025-03-10 13:19:22 +08:00
commit 405262f1d0
1 changed files with 0 additions and 3 deletions

View File

@ -82,9 +82,6 @@ public class TokenService
}
catch (Exception e)
{
if (e.getCause() instanceof io.lettuce.core.RedisCommandTimeoutException) {
throw new RedisCommandTimeoutException("连接超时");
}
log.error("获取用户信息异常'{}'", e.getMessage());
}
}