mirror of
https://gitee.com/hotlcc/wechat4j.git
synced 2025-06-08 19:44:07 +08:00
提交代码
This commit is contained in:
parent
2eb38f9ff7
commit
571d9b4287
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user