简要描述:

添加转赠记录

请求域名:

  • https://dev4.yunzmall.com/

请求URL:

POST/plugin.gift-coupon-fee.frontend.CouponFee.post-record-info

参数名 类型 说明
transferor_uid int 转赠人uid
donee_uid int 受赠人uid
quantity int 数量
coupon_id int 券id
amount_fee int 手续费总金额
pay_type int 支付类型

返回示例:

{
    "result": 1,
    "msg": "ok",
    "data": []
}

备注:

  • 更多返回错误代码请看首页的错误代码描述