响应参数
参数名
类型
描述
必填
coupons
array
可领取优惠券信息
必填
start_time
string
使用开始时间
必填
end_time
string
使用结束时间
必填
recevie_coupon_ids
array
用户未使用优惠券id数组
必填
说明 / 示例
{
"coupons": [
{
"id": 2,
"money": 2,
"type_id": 1,
"limit_money": 23,
"start_time": "2022.07.04",
"end_time": "2022.08.31",
"number": 122,
"rema_number": 122,
"deleted_at": null,
"times": -1,
"source": 0,
"type": 0
}
],
"recevie_coupon_ids": []
}