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

订单提交时的参数

Description

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

Type declaration

  • productId: string

    礼品id

  • Optional recipientId?: string

    收获信息id

  • redeemAmount: number

    兑换数量

  • Optional remark?: string

    兑换备注

Generated using TypeDoc