Authorization: Bearer ********************
curl --location --request POST '/frontend/user/coupon/list/?page=1&limit=10'
{
"code": 1,
"message": "ok",
"data": {
"count": 2,
"list": [
{
"id": 1,
"user_id": 1,
"coupon_id": "1",
"coupon_info": {
"id": 1,
"name": "满2千减5百优惠券",
"price": 50000,
"goods_id": 1,
"category_id": 1,
"created_at": "",
"updated_at": ""
},
"created_at": "2022-07-29 16:01:13",
"updated_at": "2022-07-29 16:01:13"
},
{
"id": 2,
"user_id": 1,
"coupon_id": "1",
"coupon_info": {
"id": 1,
"name": "满2千减5百优惠券",
"price": 50000,
"goods_id": 1,
"category_id": 1,
"created_at": "",
"updated_at": ""
},
"created_at": "2022-07-29 16:16:18",
"updated_at": "2022-07-29 16:16:18"
}
]
}
}