优惠券转赠
接口地址:/coupon/change
请求方式 put
参数:
coupon_ids 优惠券id字符串,多个用,分割
phone 接受方手机号
vcode 短信验证码
返回格式:
code为1表示成功,其它值失败,输出msg
{
"code": 1,
"data": {
},
"msg": "success"
}Last updated
Was this helpful?
请求方式 put
coupon_ids 优惠券id字符串,多个用,分割
phone 接受方手机号
vcode 短信验证码
code为1表示成功,其它值失败,输出msg
{
"code": 1,
"data": {
},
"msg": "success"
}Last updated
Was this helpful?
Was this helpful?