fix:最近的文章

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