项目框架

fangshiba
fangzhe 2023-12-10 21:19:29 +08:00
parent af98ee74fe
commit 9bec6f9072
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class AuthFilter implements GlobalFilter, Ordered {
// 不放行 提示错误信息
return GatewayUtils.errorResponse(exchange, "token不能为空", HttpStatus.UNAUTHORIZED);
}
System.out.println("1111");
System.out.println("131");
try {
// token 合法性性
JwtUtils.parseToken(token);