评论数据管理
打开已群发文章评论
OfficialAccountApp.Comment.Open(ctx,"[msgID]", 0)
关闭已群发文章评论
OfficialAccountApp.Comment.Close(ctx,"[msgID]", 0)
将评论标记精选
commentID := 0
OfficialAccountApp.Comment.MarkElect(ctx,"[msgID]", 0, commentID)
将评论取消精选
commentID := 0
OfficialAccountApp.Comment.UnmarkElect(ctx,"[msgID]", 0, commentID)
删除评论
commentID := 0
OfficialAccountApp.Comment.Delete(ctx,"[msgID]", 0, commentID)
回复评论
commentID := 0
OfficialAccountApp.Comment.Delete(ctx,"[msgID]", 0, commentID, "[content]")
删除回复评论
OfficialAccountApp.Comment.DeleteReply(ctx,"[msgID]", 0, commentID)
使用示例
当前内容版权归 ArtisanCloud 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ArtisanCloud .