Merge branch 'feature/community-center' into preview
commit
405262f1d0
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue