mirror of
https://gitee.com/hotlcc/wechat4j.git
synced 2025-11-19 08:37:42 +08:00
提交代码
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user