FishPi.js API Documentation - v0.1.28
    Preparing search index...

    Interface INoticeReply

    回帖通知

    interface INoticeReply {
        articleId: string;
        commentArticlePerfect: number;
        commentArticleTitle: string;
        commentArticleType: number;
        commentAuthorName: string;
        commentAuthorThumbnailURL: string;
        commentContent: string;
        commentCreateTime: string;
        commentSharpURL: string;
        dataType: DataType;
        hasRead: boolean;
        oId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    articleId: string

    文章 id

    commentArticlePerfect: number

    是否精选

    commentArticleTitle: string

    文章标题

    commentArticleType: number

    文章类型

    commentAuthorName: string

    文章作者

    commentAuthorThumbnailURL: string

    作者头像

    commentContent: string

    评论内容

    commentCreateTime: string

    评论时间

    commentSharpURL: string

    评论地址

    dataType: DataType

    数据类型

    hasRead: boolean

    是否已读

    oId: string

    通知 id