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

    Interface IRedPacketStatusMsg

    红包状态信息

    interface IRedPacketStatusMsg {
        count: number;
        got: number;
        oId: string;
        whoGive: any;
        whoGot: any[];
    }
    Index

    Properties

    count: number

    红包个数

    got: number

    已领取数量

    oId: string

    对应红包消息 oId

    whoGive: any

    发送者信息

    whoGot: any[]

    领取者信息