|
@@ -130,7 +130,7 @@ public class AuthInterceptor implements HandlerInterceptor {
|
|
|
throw new BusinessException(ExceptionResultEnum.AUTHORIZATION_ERROR);
|
|
|
}
|
|
|
} else {
|
|
|
- log.info("SystemConstant.expire(timestamp.longValue())", SystemConstant.expire(timestamp.longValue()));
|
|
|
+ log.info("SystemConstant.expire(timestamp.longValue()):{}", SystemConstant.expire(timestamp.longValue()));
|
|
|
throw new BusinessException(ExceptionResultEnum.AUTHORIZATION_ERROR);
|
|
|
}
|
|
|
response.setStatus(ExceptionResultEnum.SUCCESS.getCode());
|