文档
测试

我得优惠券列表

POST
http://edution.huamais.com/api/coupons/my_coupons_list

请求参数

参数名
类型
描述
必填
start
string
示例:0
必填
page_size
int
示例:8
必填
status
int
示例:0 0待使用 1已使用 2已过期
必填
token
string
示例:
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
count
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:45 优惠券id
必填
coupons_name
string
示例:测试优惠券 名称
必填
shop_id
int
示例:105 店铺id
必填
use_start_time
string
示例:2020-08-06 使用开始时间
必填
use_end_time
string
示例:2020-09-06 使用结束时间
必填
limit_price
int
示例:20 最低使用价格
必填
coupons_price
int
示例:5 优惠金额
必填
stock
int
示例:86 剩余数量
必填
status
string
示例:0 0待使用 1已使用 2已过期
必填
shop_name
string
示例:小张的店铺 店铺名称
必填
shop_logo
string
示例:/uploads/20200618/32b37ec37640a453be0c626f6f2cc93d.jpg logo
必填
msg
string
示例:获取成功
必填