♻️ 重构代码

This commit is contained in:
冷冷 2018-07-16 18:35:46 +08:00
parent ff9c88e385
commit 29db03cc94
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}