|
@@ -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);
|