qiubo 4 лет назад
Родитель
Сommit
ca4d759e32

+ 0 - 1
carbon-gateway/src/main/java/com/hcloud/microserver/gateway/filter/AuthGlobalFilter.java

@@ -148,7 +148,6 @@ public class AuthGlobalFilter implements GlobalFilter, Ordered {
 //            return setUnauthorizedResponse(exchange, "登录状态已过期");
             throw new ApiException(ResultCode.UNAUTHORIZED);
         }
-        log.info("获取的用户信息{}",userStr);
 //        JSONObject obj = JSONObject.parseObject(userStr);
         JSONObject obj = getUserJSONObject(userStr);
         String userid = obj.getString("userid");