fix:定时任务调整

上级 f63f2cd9
......@@ -50,7 +50,7 @@ public class CsdnCommentServiceImpl implements CsdnCommentService {
HttpResponse response = HttpUtil.createPost(url)
.header("Cookie", csdnCookie)
.form("page", 1)
.form("size", 50)
.form("size", 200)
.execute();
final String body = response.body();
ObjectMapper objectMapper = new ObjectMapper();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册