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

    Interface IArticlePost

    发帖信息

    interface IArticlePost {
        commentable?: boolean;
        content: string;
        isAnonymous?: boolean;
        isNotifyFollowers?: boolean;
        isShowInList?: boolean;
        offerPoint?: number;
        rewardContent?: string;
        rewardPoint?: number;
        tags: string;
        title: string;
        type?: ArticleType;
    }

    Implemented by

    Index

    Properties

    commentable?: boolean

    是否允许评论

    content: string

    帖子内容

    isAnonymous?: boolean

    是否匿名

    isNotifyFollowers?: boolean

    是否帖子关注者

    isShowInList?: boolean

    是否在列表展示

    offerPoint?: number

    提问悬赏积分

    rewardContent?: string

    打赏内容

    rewardPoint?: number

    打赏积分

    tags: string

    帖子标签

    title: string

    帖子标题

    帖子类型