Method | Description | |
---|---|---|
AddArticleCollect ( |
收藏帖子
|
|
ArticleCollectService ( |
||
DeleteArticleCollect ( long userKeyId, long collectId ) : ReturnResult |
删除收藏的帖子
|
|
GetArticleCollect ( long userKeyId, int page, int pageSize ) : PageList |
获取我收藏的帖子
|
|
GetArticleCollectCount ( long userKeyId ) : ReturnResult |
获取收藏的帖子数量
|
public AddArticleCollect ( |
||
articleCollect | ||
categoryId | int | |
return | ReturnResult |
public ArticleCollectService ( |
||
_articleCategoryService | ||
_memberService | ||
_articleContentService | ||
return | System |
public DeleteArticleCollect ( long userKeyId, long collectId ) : ReturnResult |
||
userKeyId | long | |
collectId | long | |
return | ReturnResult |
public GetArticleCollect ( long userKeyId, int page, int pageSize ) : PageList |
||
userKeyId | long | |
page | int | |
pageSize | int | |
return | PageList |
public GetArticleCollectCount ( long userKeyId ) : ReturnResult |
||
userKeyId | long | |
return | ReturnResult |