订单已使用优惠券信息

接口地址:/coupon/orderused

请求方式 get

参数:

  • order_amount 订单金额

  • coupon_id 优惠券id

返回格式:

{
    "code":1,
    "data":{
        "coupon": {
            "id":1,
            "title":"券1 ##满减券",
            "amount":"199 ##优惠金额",
            "type":2  ##优惠券类型
        }
    },
    "msg":"success"
}

Last updated

Was this helpful?