add log
parent
a7ab16a124
commit
f5d0f4e473
|
@ -29,7 +29,7 @@ public class CacheRequestGatewayFilter implements GatewayFilter {
|
|||
|
||||
String userId = exchange.getRequest().getHeaders().getFirst(SecurityConstants.DETAILS_USER_ID);
|
||||
log.info("经过公司过滤器,{}", userId);
|
||||
log.info("请求的uri是:{}",exchange.getRequest().getURI());
|
||||
log.info("请求的uri是:{}",exchange.getRequest().getPath().toString());
|
||||
// GET DELETE 不过滤
|
||||
RedisService redisService = SpringUtils.getBean(RedisService.class);
|
||||
FirmInfoCache firmInfoCache = redisService.getCacheObject("company:" + userId);
|
||||
|
|
Loading…
Reference in New Issue