Uses of Class
com.foxinmy.weixin4j.mp.model.ArticleComment
-
Packages that use ArticleComment Package Description com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api -
-
Uses of ArticleComment in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp that return types with arguments of type ArticleComment Modifier and Type Method Description List<ArticleComment>
WeixinProxy. listAllArticleComments(ArticleComment.ArticleCommentType commentType, String msgid, int index)
获取评论列表com.foxinmy.weixin4j.model.paging.Pagedata<ArticleComment>
WeixinProxy. listArticleComments(com.foxinmy.weixin4j.model.paging.Pageable page, ArticleComment.ArticleCommentType commentType, String msgid, int index)
获取评论列表 -
Uses of ArticleComment in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return types with arguments of type ArticleComment Modifier and Type Method Description List<ArticleComment>
CommentApi. listAllArticleComments(ArticleComment.ArticleCommentType commentType, String msgid, int index)
获取评论列表com.foxinmy.weixin4j.model.paging.Pagedata<ArticleComment>
CommentApi. listArticleComments(com.foxinmy.weixin4j.model.paging.Pageable page, ArticleComment.ArticleCommentType commentType, String msgid, int index)
获取评论列表
-