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

    Interface INoticeAt

    提到我通知

    interface INoticeAt {
        createTime: string;
        dataId: string;
        dataType: DataType;
        description: string;
        hasRead: boolean;
        oId: string;
        thumbnailURL: string;
        userName: string;
    }
    Index

    Properties

    createTime: string

    创建时间

    dataId: string

    数据 id

    dataType: DataType

    数据类型

    description: string

    通知内容

    hasRead: boolean

    是否已读

    oId: string

    通知 id

    thumbnailURL: string

    用户头像

    userName: string

    用户名