代码优化
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package com.starry.common.filter;
|
||||
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import com.starry.common.utils.StringUtils;
|
||||
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
@@ -13,10 +13,6 @@ import lombok.extern.slf4j.Slf4j;
|
||||
@Slf4j
|
||||
public class AddressUtils {
|
||||
|
||||
/**
|
||||
* IP地址查询
|
||||
**/
|
||||
public static final String IP_URL = "http://whois.pconline.com.cn/ipJson.jsp";
|
||||
/**
|
||||
* 未知地址
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user