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