【更新】更新IpAddressUtil说明

pull/22/head
徐玉祥 2021-05-26 09:53:27 +08:00
parent 210cd10002
commit 50c232bdc3
1 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,8 @@ import javax.servlet.http.HttpServletRequest;
import java.util.List;
/**
* ip使api
* ip使api使使sys_configappCode
* https://market.aliyun.com/products/57002003/cmapi021970.html
*
* @author xuyuxiang
* @date 2020/3/16 11:25
@ -100,7 +101,8 @@ public class IpAddressUtil {
}
} catch (Exception e) {
resultJson = SymbolConstant.DASH;
log.error(">>> 根据ip定位异常请求号为{},具体信息为:{}", RequestNoContext.get(), e.getMessage());
//注释掉此log以免频繁打印可自行开启
//log.error(">>> 根据ip定位异常请求号为{},具体信息为:{}", RequestNoContext.get(), e.getMessage());
}
return resultJson;
}