@custouch/jssdk
    Preparing search index...

    Type Alias OrderInput

    订单提交时的参数

    虚拟礼品兑换不需要收获信息

    type OrderInput = {
        productId: string;
        recipientId?: string;
        redeemAmount: number;
        remark?: string;
    }
    Index

    Properties

    productId: string

    礼品id

    recipientId?: string

    收获信息id

    redeemAmount: number

    兑换数量

    remark?: string

    兑换备注