文档
测试

领券中心

POST
http://192.168.1.222//shop/api.bonus/getBonusListReceivable

请求参数

参数名
类型
描述
必填
apitoken
string
示例:J55PPP46c4e6a9d4e1392f1f86747329e15ab0OJEUJBjj
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
list
array
数据列表
必填
type_id
int
优惠券标识 示例:40
必填
type_name
string
优惠券名称 示例:五一活动券
必填
type_money
int
金额 示例:10
必填
min_amount
int
满多少使用 示例:0
必填
goods_type
int
类型 商品类型:1-普通商品,2-拼团商品,3-秒杀商品 示例:1
必填
type_num
int
发行数量 示例:100
必填
send_num
int
已领取数量 示例:0
必填
send_status
int
领取状态:1-可领取,2-未到时间 3- 已领取 4- 已过期 示例:1
必填
send_start_date
str
发放起始日期 示例:04/29 03:21
必填
send_end_date
str
发放结束日期 示例:04/29 03:21
必填
use_start_date
str
使用起始日期 示例:04/29 03:21
必填
use_end_date
str
使用结束日期 示例:04/29 03:21
必填
img
str
活动图片
必填
img
str
图片
必填
code
int
示例:1
必填
msg
string
示例:Success.
必填

说明 / 示例

``` { "data": { "img": "http://192.168.1.222/upload/image/2021/04/6089bfb1e0799.png", "list": [ { "type_id": 40, "type_name": "五一活动券", "type_money": 10, "min_amount": 0, "goods_type": 1, "type_num": 100, "send_num": 0, "send_status": 1, "send_start_date": "04/29 03:21", "send_end_date": "05/05 00:00", "use_start_date": "04/29 03:21", "use_end_date": "06/29 03:21", "img": "http://192.168.1.222/upload/image/2021/04/60892b8ce7900.jpg" } ] }, "code": 1, "msg": "Success." }