|
@@ -50,7 +50,6 @@ public class HttpUtils
|
|
try
|
|
try
|
|
{
|
|
{
|
|
String urlNameString = url + "?" + param;
|
|
String urlNameString = url + "?" + param;
|
|
- log.info("sendGet - {}", urlNameString);
|
|
|
|
URL realUrl = new URL(urlNameString);
|
|
URL realUrl = new URL(urlNameString);
|
|
URLConnection connection = realUrl.openConnection();
|
|
URLConnection connection = realUrl.openConnection();
|
|
connection.setRequestProperty("accept", "*/*");
|
|
connection.setRequestProperty("accept", "*/*");
|
|
@@ -68,7 +67,6 @@ public class HttpUtils
|
|
{
|
|
{
|
|
result.append(line);
|
|
result.append(line);
|
|
}
|
|
}
|
|
- log.info("recv - {}", result);
|
|
|
|
}
|
|
}
|
|
catch (ConnectException e)
|
|
catch (ConnectException e)
|
|
{
|
|
{
|