|
@@ -22,7 +22,7 @@ import com.qs.mp.common.constant.Constants;
|
|
|
|
|
|
/**
|
|
|
* 通用http发送方法
|
|
|
- *
|
|
|
+ *
|
|
|
* @author ygp
|
|
|
*/
|
|
|
public class HttpUtils
|
|
@@ -119,7 +119,7 @@ public class HttpUtils
|
|
|
try
|
|
|
{
|
|
|
String urlNameString = url;
|
|
|
- log.info("sendPost - {}", urlNameString);
|
|
|
+ log.info("sendPost - {}", urlNameString, param);
|
|
|
URL realUrl = new URL(urlNameString);
|
|
|
URLConnection conn = realUrl.openConnection();
|
|
|
conn.setRequestProperty("accept", "*/*");
|
|
@@ -259,4 +259,4 @@ public class HttpUtils
|
|
|
return true;
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|