fix:最近的文章

上级 a5a8fcc7
......@@ -32,9 +32,9 @@ public class BusinessInfoResponse {
public String url;
public Integer commentCount;
public String rtype;
public Long postTime;
public Object postTime;
public String editUrl;
public Long createTime;
public Object createTime;
public Integer articleType;
public List<Object> picList;
public Integer viewCount;
......@@ -43,6 +43,9 @@ public class BusinessInfoResponse {
public Object fileType;
public Object content;
public Object status;
// public Integer articleId;
// public Object top;
// public Object forcePlan;
}
}
......
......@@ -29,8 +29,9 @@ public class CsdnArticleServiceImpl implements CsdnArticleService {
.header("Cookie", csdnCookie)
.form("page", 1)
.form("size", 5)
.form("businessType", "blog")
.form("blogType", "ViewCount")
// .form("businessType", "blog")
// .form("blogType", "ViewCount")
.form("businessType", "lately")
.form("noMore", false)
.form("username", username)
.execute();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册