Interface ListData

interface ListData {
    comments: CommentData[];
    count: number;
    page: PageData;
    roots_count: number;
}

Properties

comments: CommentData[]

评论数据

count: number

评论总数(包括所有子评论)

page: PageData

页面信息

roots_count: number

根评论总数