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

    Interface IRedPacketInfo

    红包信息

    interface IRedPacketInfo {
        info: IRedPacketBase;
        recivers: string[];
        who: IRedPacketGot[];
    }
    Index

    Properties

    Properties

    红包基本信息

    recivers: string[]

    接收者,专属红包有效

    已领取者列表