curl --location --request GET '/api/gift/coupon/list?sign=&time=1706768265' \
--header 'Authori-zation;' \
--form 'time="1706768265"'{
"status": 200,
"msg": "ok",
"data": {
"list": [
{
"id": 13,
"cid": 9,
"start_time": "",
"end_time": "不限时",
"total_count": 10000,
"remain_count": 10000,
"is_permanent": 1,
"is_give_subscribe": 0,
"is_full_give": 0,
"full_reduction": "0.00",
"add_time": null,
"person_limit": 1,
"area_id": 0,
"activity_id": 0,
"is_gem": 0,
"type": 9,
"coupon_price": "300.00",
"use_min_price": "0.00",
"title": "宝石消费券",
"need_gem": 360,
"used": {
"issue_coupon_id": 13
},
"is_use": true
},
{
"id": 12,
"cid": 8,
"start_time": "",
"end_time": "不限时",
"total_count": 10000,
"remain_count": 9910,
"is_permanent": 0,
"is_give_subscribe": 0,
"is_full_give": 0,
"full_reduction": "0.00",
"add_time": null,
"person_limit": 0,
"area_id": 0,
"activity_id": 0,
"is_gem": 0,
"type": 9,
"coupon_price": "500.00",
"use_min_price": "1.00",
"title": "宝石消费券",
"need_gem": 600,
"used": {
"issue_coupon_id": 12
},
"is_use": true
}
],
"my_count": 1
}
}