2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-06-08 03:24:09 +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();
HttpGet httpGet = new HttpGet(url);
RequestConfig config = RequestConfig.custom().
setRedirectsEnabled(false)
RequestConfig config = RequestConfig.custom()
.setRedirectsEnabled(false)
.build();
httpGet.setConfig(config);