Ver código fonte

获取地址类修改

gao.qiang 1 ano atrás
pai
commit
04d84a890a

+ 1 - 1
base-common/src/main/java/com/ozs/common/utils/ip/AddressUtils.java

@@ -35,7 +35,7 @@ public class AddressUtils
         {
             try
             {
-                String rspStr = HttpUtils.sendGet(IP_URL, "ip=" + ip + "&json=true", Constants.UTF8);
+                String rspStr = HttpUtils.sendGet(IP_URL, "ip=" + ip + "&json=true", Constants.GBK);
                 if (StringUtils.isEmpty(rspStr))
                 {
                     log.error("获取地理位置异常 {}", ip);