|
@@ -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");
|