名称:优惠券列表
接口:/live/livegoods/couponList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 9 |
说明
1.此方法需要登录,
{
"code": 200,
"message": "success",
"result": [
{
"id": 5,
"uuid": "ca4b91ad5f97",
"coupon_money": 5000,
"total_coupon_money": 20000,
"is_expire": true
},
{
"uuid": "bf69b8b8f303",
"coupon_money": 50,
"total_coupon_money": 200, //满200 减50
"is_expire": true //是否过期 true代表正常
},
{
"uuid": "0323efd8c736",
"coupon_money": 5000,
"total_coupon_money": 20000,
"is_expire": true
}
]
}