@custouch/jssdk
    Preparing search index...

    Type Alias VirtualGift

    虚拟礼品信息

    虚拟礼品兑换不需要收获信息,兑换后可以通过接口拿到卡号/卡密

    type VirtualGift = {
        giftCard: string;
        giftId: string;
        giftKey: string;
    }
    Index

    Properties

    giftCard: string
    giftId: string
    giftKey: string