public interface WxMpCommentService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close(Integer msgDataId,
Integer index)
关闭已群发文章评论.
|
WxMpCommentListVo |
list(Integer msgDataId,
Integer index,
int begin,
int count,
int type)
查看指定文章的评论数据.
|
void |
open(Integer msgDataId,
Integer index)
打开已群发文章评论.
|
void open(Integer msgDataId, Integer index) throws WxErrorException
msgDataId - 群发返回的msg_data_idindex - 多图文时,用来指定第几篇图文,从0开始,不带默认操作该msg_data_id的第一篇图文WxErrorException - 异常void close(Integer msgDataId, Integer index) throws WxErrorException
msgDataId - 群发返回的msg_data_idindex - 多图文时,用来指定第几篇图文,从0开始,不带默认操作该msg_data_id的第一篇图文WxErrorException - 异常WxMpCommentListVo list(Integer msgDataId, Integer index, int begin, int count, int type) throws WxErrorException
msgDataId - 群发返回的msg_data_idindex - 多图文时,用来指定第几篇图文,从0开始,不带默认操作该msg_data_id的第一篇图文begin - 起始位置count - 获取数目(>=50会被拒绝)type - type=0 普通评论&精选评论 type=1 普通评论 type=2 精选评论WxErrorException - 异常Copyright © 2019. All rights reserved.