文档
测试

我的优惠券

POST
api/user_coupon

请求参数

参数名
类型
描述
必填
status
int
优惠券状态 1:未使用 2:已使用 3:过期
必填
limit
int
分页数量 默认10条数据
可选
page
int
页码 不传默认第一页
可选

响应参数

参数名
类型
描述
必填
code
int
状态 200成功
必填
data
object
必填
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
object
标题以及备注
必填
title
string
优惠券标题
必填
title_remarks
string
优惠券备注
必填
last_page
int
总页码数
必填
current_page
int
当前页码数
必填
total
int
数据总量
必填