public interface WxMpCommentService
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.