飞书消息推送-修改
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ public class HttpRequestUtil {
|
||||
RequestConfig requestConfig = RequestConfig.custom().setConnectTimeout(20000000).setSocketTimeout(200000000).build();
|
||||
HttpPost httpPost = new HttpPost(url);
|
||||
httpPost.setConfig(requestConfig);
|
||||
httpPost.setEntity(new StringEntity(body));
|
||||
httpPost.setEntity(new StringEntity(body,"utf-8"));
|
||||
if (headerMap != null) {
|
||||
Iterator var38 = headerMap.entrySet().iterator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user