Commit 79651f17 authored by 赵啸非's avatar 赵啸非

优化站点同步事项

parent 77bb84fa
......@@ -1026,7 +1026,7 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter
return Rest.fail("事项url不能为空!");
}
Document dom = Jsoup.connect(matterEntity.getUrl()).timeout(30 * 1000).get();
Document dom = Jsoup.connect(matterEntity.getUrl()).timeout(60 * 1000).get();
// html = Jsoup.connect(matterEntity.getUrl()).get().body().html();
// html = HttpUtil.get(matterEntity.getUrl());
//System.out.println(html);
......
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