feat: update
This commit is contained in:
@@ -39,6 +39,7 @@ public class LoginFilter implements GlobalFilter {
|
||||
if (StringUtils.isEmpty(loginId)) {
|
||||
throw new Exception("未获取到用户信息");
|
||||
}
|
||||
|
||||
mutate.header("loginId", loginId);
|
||||
|
||||
return chain.filter(exchange.mutate().request(mutate.build()).build());
|
||||
|
Reference in New Issue
Block a user