update address url

This commit is contained in:
RuoYi 2026-02-26 10:09:16 +08:00
parent f8fee51a10
commit 51f6fcbc86

View File

@ -17,7 +17,7 @@ public class AddressUtils
private static final Logger log = LoggerFactory.getLogger(AddressUtils.class);
// IP地址查询
public static final String IP_URL = "http://whois.pconline.com.cn/ipJson.jsp";
public static final String IP_URL = "https://whois.pconline.com.cn/ipJson.jsp";
// 未知地址
public static final String UNKNOWN = "XX XX";