文档
测试

优惠券

POST
user_coupon

请求参数

参数名
类型
描述
必填
status
int
优惠券状态 1:未使用 2:已使用 3:过期
必填
limit
int
分页数量
可选

响应参数

参数名
类型
描述
必填
code
int
状态 200
必填
data
array
必填
items
array
必填
id
int
优惠券编号
必填
type
int
优惠券类型 1:满减券 2:折扣券
必填
threshold
int
使用门槛 1:无使用门槛 2:满多少减/打折
必填
threshold_price
int
门槛价格
必填
content
string
优惠内容 减免价格/打折
必填
coupon_start_time
int
优惠券开始时间
必填
coupon_end_time
int
优惠券结束时间
必填
titles
array
标题以及备注
必填
title
string
优惠券标题
必填
title_remarks
string
优惠券备注
可选
last_page
int
总页数
必填
total
int
总数量
必填
current_page
int
当前页数
必填