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

    Interface INoticeArticle

    我关注的通知

    interface INoticeArticle {
        articleCommentCount: number;
        articlePerfect: number;
        articleTagObjs: ArticleTag[];
        articleTags: string;
        articleTitle: string;
        articleType: number;
        authorName: string;
        content: string;
        createTime: string;
        dataType: DataType;
        hasRead: boolean;
        isComment: boolean;
        oId: string;
        thumbnailURL: string;
        url: string;
    }
    Index

    Properties

    articleCommentCount: number

    文章评论数

    articlePerfect: number

    是否精选

    articleTagObjs: ArticleTag[]

    文章标签列表

    articleTags: string

    文章标签

    articleTitle: string

    文章标题

    articleType: number

    文章类型

    authorName: string

    作者

    content: string

    通知内容

    createTime: string

    通知创建时间

    dataType: DataType

    数据类型

    hasRead: boolean

    是否已读

    isComment: boolean

    是否评论

    oId: string

    通知 Id

    thumbnailURL: string

    作者头像

    url: string

    文章地址