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

    Interface INoticePoint

    积分通知

    interface INoticePoint {
        createTime: string;
        dataId: string;
        dataType: DataType;
        description: string;
        hasRead: boolean;
        oId: string;
        userId: string;
    }
    Index

    Properties

    createTime: string

    创建日期

    dataId: string

    数据 id

    dataType: DataType

    数据类型

    description: string

    通知描述

    hasRead: boolean

    是否已读

    oId: string

    通知 id

    userId: string

    用户 id