public class CommentAPI extends BaseAPI
| 构造器和说明 |
|---|
CommentAPI() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseResult |
close(String access_token,
Long msg_data_id,
Integer index)
关闭已群发文章评论
|
static BaseResult |
delete(String access_token,
weixin.popular.bean.comment.Params delete)
删除评论
|
static weixin.popular.bean.comment.CommentListResult |
list(String access_token,
weixin.popular.bean.comment.CommentList commentList)
查看指定文章的评论数据
|
static BaseResult |
markelect(String access_token,
weixin.popular.bean.comment.Params markelect)
将评论标记精选
|
static BaseResult |
open(String access_token,
Long msg_data_id,
Integer index)
打开已群发文章评论
|
static BaseResult |
replyAdd(String access_token,
weixin.popular.bean.comment.ReplyAdd replyAdd)
回复评论
|
static BaseResult |
replyDelete(String access_token,
weixin.popular.bean.comment.Params delete)
删除回复
|
static BaseResult |
unmarkelect(String access_token,
weixin.popular.bean.comment.Params unmarkelect)
将评论取消精选
|
public static BaseResult open(String access_token, Long msg_data_id, Integer index)
access_token - access_tokenmsg_data_id - 群发返回的msg_data_idindex - 多图文时,用来指定第几篇图文,从0开始,不带默认操作该msg_data_id的第一篇图文public static BaseResult close(String access_token, Long msg_data_id, Integer index)
access_token - access_tokenmsg_data_id - 群发返回的msg_data_idindex - 多图文时,用来指定第几篇图文,从0开始,不带默认操作该msg_data_id的第一篇图文public static weixin.popular.bean.comment.CommentListResult list(String access_token, weixin.popular.bean.comment.CommentList commentList)
access_token - access_tokencommentList - commentListpublic static BaseResult markelect(String access_token, weixin.popular.bean.comment.Params markelect)
access_token - access_tokenmarkelect - markelectpublic static BaseResult unmarkelect(String access_token, weixin.popular.bean.comment.Params unmarkelect)
access_token - access_tokenunmarkelect - unmarkelectpublic static BaseResult delete(String access_token, weixin.popular.bean.comment.Params delete)
access_token - access_tokendelete - deletepublic static BaseResult replyAdd(String access_token, weixin.popular.bean.comment.ReplyAdd replyAdd)
access_token - access_tokenreplyAdd - replyAddpublic static BaseResult replyDelete(String access_token, weixin.popular.bean.comment.Params delete)
access_token - access_tokendelete - deleteCopyright © 2017. All rights reserved.