2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-06-08 11:34:07 +08:00

提交代码

This commit is contained in:
hotlcc 2018-08-17 16:21:04 +08:00
parent 2eb38f9ff7
commit 571d9b4287

View File

@ -405,8 +405,8 @@ public class WebWeixinApi {
.render(); .render();
HttpGet httpGet = new HttpGet(url); HttpGet httpGet = new HttpGet(url);
RequestConfig config = RequestConfig.custom(). RequestConfig config = RequestConfig.custom()
setRedirectsEnabled(false) .setRedirectsEnabled(false)
.build(); .build();
httpGet.setConfig(config); httpGet.setConfig(config);