Commit 60e4b279 by yangchen

搜狗微信 用户302 关闭

parent ba705004
......@@ -62,7 +62,7 @@ public class WechatAccountInfo {
String url = "http://weixin.sogou.com/weixin?type=1&query=" + query +"&ie=utf8&_sug_=n&_sug_type_=&page="+i;
logger.info("url:{}",url);
try {
String htmlBody = httpBoot.syncCall(RequestUtils.wrapGet(url),proxy,false).body().string();
String htmlBody = httpBoot.syncCall(RequestUtils.wrapGet(url),proxy).body().string();
if(htmlBody != null)
{
WechatAccount wa = anaSislyAccount(url,htmlBody, name, "name");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment