获取已领券

https://lf.jxhtgs.com/api/index/recieve_coupons

接口描述

获取已领券接口 post

请求参数

参数名
类型
描述
必填
open_id
string
用户openid
必填
cat_id
int
门店id
必填

响应参数

参数名
类型
描述
必填
code
int
状态码 100成功 200 失败
必填
msg
string
描述信息
必填
data
array
数据字典
必填
id
int
优惠券id
必填
name
string
活动门店地址
必填
coupon
string
优惠券名称
必填
start_expire
string
有效期开始时间
必填
end_expire
string
有效期结束时间
必填
start_unix
string
有效期开始时间戳
必填
end_unix
string
有效期结束时间戳
必填
status
int
0 正常 1 已使用
必填