refactor(mcwl-framework): 调整

master
yang 2025-03-10 13:19:04 +08:00
parent eb011a2634
commit fc88d6fcfc
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());
}
}