@WxmpMapper public interface ICommentApi
Modifier and Type | Method and Description |
---|---|
ErrcodeBean |
closeComment(OpenCommentParam openCommentParam)
2.2 关闭已群发文章评论(新增接口)
|
ErrcodeBean |
deleteComment(UserCommentParam userCommentParam)
2.6 删除评论(新增接口)
|
ErrcodeBean |
deleteReplyComment(UserCommentParam userCommentParam)
2.8 删除回复(新增接口)
|
ListCommentResult |
listComment(ListCommentParam listCommentParam)
2.3 查看指定文章的评论数据(新增接口)
|
ErrcodeBean |
markelectComment(UserCommentParam userCommentParam)
2.4 将评论标记精选(新增接口)
|
ErrcodeBean |
openComment(OpenCommentParam openCommentParam)
2.1 打开已群发文章评论(新增接口)
|
ErrcodeBean |
replyComment(ReplyCommentParam replyCommentParam)
2.7 回复评论(新增接口)
|
ErrcodeBean |
unmarkelectComment(UserCommentParam userCommentParam)
2.5 将评论取消精选
|
@WxmpApi(httpMethods=POST, uri="/cgi-bin/comment/open") ErrcodeBean openComment(OpenCommentParam openCommentParam)
openCommentParam
- @WxmpApi(httpMethods=POST, uri="/cgi-bin/comment/close") ErrcodeBean closeComment(OpenCommentParam openCommentParam)
openCommentParam
- @WxmpApi(httpMethods=POST, uri="/cgi-bin/comment/list") ListCommentResult listComment(ListCommentParam listCommentParam)
listCommentParam
- @WxmpApi(httpMethods=POST, uri="/cgi-bin/comment/markelect") ErrcodeBean markelectComment(UserCommentParam userCommentParam)
userCommentParam
- @WxmpApi(httpMethods=POST, uri="/cgi-bin/comment/unmarkelect") ErrcodeBean unmarkelectComment(UserCommentParam userCommentParam)
userCommentParam
- @WxmpApi(httpMethods=POST, uri="/cgi-bin/comment/delete") ErrcodeBean deleteComment(UserCommentParam userCommentParam)
userCommentParam
- @WxmpApi(httpMethods=POST, uri="/cgi-bin/comment/reply/add") ErrcodeBean replyComment(ReplyCommentParam replyCommentParam)
replyCommentParam
- @WxmpApi(httpMethods=POST, uri="/cgi-bin/comment/reply/delete") ErrcodeBean deleteReplyComment(UserCommentParam userCommentParam)
userCommentParam
- Copyright © 2020. All rights reserved.