- 开始使用
- 公众号
- 微信支付
- 小程序
- 开放平台
- 企业微信
- 企业微信开放平台
- 小微商户
- 自定义
- 其他
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
评论数据管理
打开已群发文章评论
$app->comment->open($msgId, $index = null);
关闭已群发文章评论
$app->comment->close($msgId, $index = null);
查看指定文章的评论数据
$app->comment->list(string $msgId, int $index, int $begin, int $count, int $type = 0);
将评论标记精选
$app->comment->markElect(string $msgId, int $index, int $commentId);
将评论取消精选
$app->comment->unmarkElect(string $msgId, int $index, int $commentId);
删除评论
$app->comment->delete(string $msgId, int $index, int $commentId);
回复评论
$app->comment->reply(string $msgId, int $index, int $commentId, string $content);
删除回复
$app->comment->deleteReply(string $msgId, int $index, int $commentId);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论