名称:优惠券批量添加
接口:/merchant/live/couponBatchAdd
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 36 |
money | int | Y | 可以优惠多少金额 | 50 |
num | int | Y | 生成数量 | 100 |
restrict_money | int | Y | 满减多少的限制金额 | 1000 |
start_time | int | Y | 优惠券有效时间开始 | 时间错 |
end_time | int | Y | 优惠券有效时间结束 | 时间错 |
restrict_num | int | Y | 限制用户领取数量 | 1 |
说明
1.此方法需要登录
{
"code": 200,
"message": "success",
"result": []
}