|
@@ -69,7 +69,7 @@ public class ApiAspect {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
String token = CommonUtils.getToken(request);
|
|
String token = CommonUtils.getToken(request);
|
|
- log.info("用户token:{} 访问 {}", token, request.getRequestURI());
|
|
|
|
|
|
+// log.info("用户token:{} 访问 {}", token, request.getRequestURI());
|
|
//String userId = CommonUtils.getUserId(request);
|
|
//String userId = CommonUtils.getUserId(request);
|
|
String userId = (String)redisUtil.get(Constant.RedisPrefix.TOKEN_WX+token);
|
|
String userId = (String)redisUtil.get(Constant.RedisPrefix.TOKEN_WX+token);
|
|
if (StringUtils.isBlank(userId)) {
|
|
if (StringUtils.isBlank(userId)) {
|