評論數(shù)據(jù)管理
打開已群發(fā)文章評論
$officialAccount->comment->open(string $msgId, int $index = null);
關(guān)閉已群發(fā)文章評論
$officialAccount->comment->close(string $msgId, int $index = null);
查看指定文章的評論數(shù)據(jù)
$officialAccount->comment->list(string $msgId, int $index, int $begin, int $count, int $type = 0);
將評論標(biāo)記精選
$officialAccount->comment->markElect(string $msgId, int $index, int $commentId);
將評論取消精選
$officialAccount->comment->unmarkElect(string $msgId, int $index, int $commentId);
刪除評論
$officialAccount->comment->delete(string $msgId, int $index, int $commentId);
回復(fù)評論
$officialAccount->comment->reply(string $msgId, int $index, int $commentId, string $content);
刪除回復(fù)
$officialAccount->comment->deleteReply(string $msgId, int $index, int $commentId);