测试环境样例:http://120.79.211.173/sbw/couponuser/ajax/bind?phone=15521109963&coupon_id=3&channel_id=1&code=2c92b3b363deb7ee0163e34736560003
注意: 生产环境必须更换:请求主机还有coupon_id、channel_id、code这几个请求参数。
URI
/sbw/couponuser/ajax/bind GET/POST
参数
String phone //用户手机号
String coupon_id //优惠券编号
String channel_id //领券渠道
String code //链接码
返回数据格式
message 空或者空串表示处理成功
redirect 不需要用到,请忽略
数据范例
领取成功:
{
"message": "",
"redirect":""
}
领取失败:
{
"message": "你已领过券啦,请不要重复领取哦~",
"redirect": ""
}