简要描述:

获取优惠券手续费金额

请求域名:

  • https://dev4.yunzmall.com/

请求URL:

GET/plugin.gift-coupon-fee.frontend.CouponFee.getCouponFee

返回示例:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "fee_money": "33.00"
    }
}

返回参数说明:

参数名 类型 说明
fee_money string 手续费金额

备注:

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