fix:设置收藏id

上级 6da8a497
......@@ -80,7 +80,9 @@ public class CsdnCollectServiceImpl implements CsdnCollectService {
collectInfoQuery.setAuthor(username);
collectInfoQuery.setDescription(article.getDescription());
collectInfoQuery.setSource("blog");
collectInfoQuery.setFolderIdList(new ArrayList<>(selfFolderId));
ArrayList<Integer> list = new ArrayList<>();
list.add(selfFolderId);
collectInfoQuery.setFolderIdList(list);
collectInfoQuery.setTitle(article.getTitle());
collectInfoQuery.setUrl(article.getUrl());
collectInfoQuery.setUsername(selfUserName);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册