From 2d27b24029adafdbfc5703b38a519d65beda6a68 Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: Wed, 20 Nov 2024 16:23:23 +0800
Subject: [PATCH] 更改
---
expert-common/src/main/java/com/gkhy/common/utils/ip/AddressUtils.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/expert-common/src/main/java/com/gkhy/common/utils/ip/AddressUtils.java b/expert-common/src/main/java/com/gkhy/common/utils/ip/AddressUtils.java
index 3bf48b9..c185a73 100644
--- a/expert-common/src/main/java/com/gkhy/common/utils/ip/AddressUtils.java
+++ b/expert-common/src/main/java/com/gkhy/common/utils/ip/AddressUtils.java
@@ -4,7 +4,7 @@
import org.slf4j.LoggerFactory;
import com.alibaba.fastjson2.JSON;
import com.alibaba.fastjson2.JSONObject;
-import com.gkhy.common.config.expertConfig;
+import com.gkhy.common.config.ExpertConfig;
import com.gkhy.common.constant.Constants;
import com.gkhy.common.utils.StringUtils;
import com.gkhy.common.utils.http.HttpUtils;
@@ -31,7 +31,7 @@
{
return "内网IP";
}
- if (expertConfig.isAddressEnabled())
+ if (ExpertConfig.isAddressEnabled())
{
try
{
--
Gitblit v1.9.2