修改IP地址未过滤问题

This commit is contained in:
2026-04-28 08:23:40 +08:00
parent a1e2f38e94
commit ea4e797419

View File

@@ -45,7 +45,7 @@ public class IpUtils implements BaseParams {
if (!init) { if (!init) {
throw new BizError("请先初始化IpUtils"); throw new BizError("请先初始化IpUtils");
} }
return IpLocalUtils.search(ip, false); return IpLocalUtils.search(ip);
} }
/** /**