refactor(mcwl-framework): 调整
parent
eb011a2634
commit
fc88d6fcfc
|
@ -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