优惠券使用
接口地址:/coupon/use
请求方式 put
参数:
coupon_id 优惠券id
status 需要修改成的优惠券的状态,其中: 0-未使用,1-使用中, 2-已使用, 3-失效(即作废)
返回格式:
{
"code": 1,
"data": {},
"msg": "success"
}Last updated
Was this helpful?
请求方式 put
coupon_id 优惠券id
status 需要修改成的优惠券的状态,其中: 0-未使用,1-使用中, 2-已使用, 3-失效(即作废)
{
"code": 1,
"data": {},
"msg": "success"
}Last updated
Was this helpful?
Was this helpful?