| 程序包 | 说明 |
|---|---|
| cn.ipokerface.weixin.mp.model.article | |
| cn.ipokerface.weixin.mp.proxy |
| 限定符和类型 | 方法和说明 |
|---|---|
ArticleComment.ArticleCommentType |
ArticleComment.getFormatType() |
static ArticleComment.ArticleCommentType |
ArticleComment.ArticleCommentType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ArticleComment.ArticleCommentType[] |
ArticleComment.ArticleCommentType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ArticleComment> |
WeixinMPlatformProxy.listAllArticleComments(ArticleComment.ArticleCommentType commentType,
String msgid,
int index)
获取评论列表
|
List<ArticleComment> |
ArticleProxy.listAllArticleComments(ArticleComment.ArticleCommentType commentType,
String msgid,
int index)
获取评论列表
|
PageData<ArticleComment> |
WeixinMPlatformProxy.listArticleComments(Pageable page,
ArticleComment.ArticleCommentType commentType,
String msgid,
int index)
获取评论列表
|
PageData<ArticleComment> |
ArticleProxy.listArticleComments(Pageable page,
ArticleComment.ArticleCommentType commentType,
String msgid,
int index)
获取评论列表
|
Copyright © 2020. All rights reserved.