public class WxMpCommentServiceImpl extends Object implements WxMpCommentService
public void open(Integer msgDataId, Integer index) throws WxErrorException
WxMpCommentServiceopen 在接口中 WxMpCommentServicemsgDataId - 群发返回的msg_data_idindex - 多图文时,用来指定第几篇图文,从0开始,不带默认操作该msg_data_id的第一篇图文WxErrorException - 异常public void close(Integer msgDataId, Integer index) throws WxErrorException
WxMpCommentServiceclose 在接口中 WxMpCommentServicemsgDataId - 群发返回的msg_data_idindex - 多图文时,用来指定第几篇图文,从0开始,不带默认操作该msg_data_id的第一篇图文WxErrorException - 异常public WxMpCommentListVo list(Integer msgDataId, Integer index, int begin, int count, int type) throws WxErrorException
WxMpCommentServicelist 在接口中 WxMpCommentServicemsgDataId - 群发返回的msg_data_idindex - 多图文时,用来指定第几篇图文,从0开始,不带默认操作该msg_data_id的第一篇图文begin - 起始位置count - 获取数目(>=50会被拒绝)type - type=0 普通评论&精选评论 type=1 普通评论 type=2 精选评论WxErrorException - 异常Copyright © 2019. All rights reserved.