mirror of https://gitee.com/maxjhandsome/pig
♻️ 重构代码
This commit is contained in:
parent
ff9c88e385
commit
29db03cc94
|
@ -83,7 +83,7 @@ public class DecodePasswordFilter extends ZuulFilter {
|
|||
return null;
|
||||
}
|
||||
|
||||
List<String> passList = params.get("password");
|
||||
List<String> passList = params.get(PASSWORD);
|
||||
if (CollUtil.isEmpty(passList)) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue