Appearance
$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);
Released under the MIT License.
Copyright © 2013-2023 微擎 皖ICP备19002904号-6
评论数据管理 #
打开已群发文章评论 #
关闭已群发文章评论 #
查看指定文章的评论数据 #
将评论标记精选 #
将评论取消精选 #
删除评论 #
回复评论 #
删除回复 #