简要描述:

-赠送优惠券

请求URL:

&route=plugin.shop-assistant.frontend.coupon.send-coupon

请求参数说明:

参数名 类型 是否必需 说明
uid int 会员ID
id int 赠送的优惠券ID
send_total int 数量

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "赠送成功",
	"data": []
}

错误时返回:

{
    "result": 0,
    "msg": "参数错误",
    "data": []
}