|
@@ -77,7 +77,7 @@ public class HttpClientUtils {
|
|
|
try {
|
|
|
// 创建Http Post请求
|
|
|
HttpPost httpPost = new HttpPost(url);
|
|
|
- httpPost.setHeader("Content-Type", "charset=utf-8");
|
|
|
+ httpPost.setHeader("Content-Type", "application/x-www-form-urlencoded");
|
|
|
// 创建参数列表
|
|
|
if (param != null) {
|
|
|
List<NameValuePair> paramList = new ArrayList<>();
|