curl --location --request GET '/adminapi/marketing.coupon_lists/lists?user_info=&name=&get_type=&operator_id=&start_time=&end_time=&status=' \
--header 'token: {{'\''38a327e6732714e2a48e0b5d3038b2cc'\''}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"coupon_id": 3,
"user_id": 1,
"name": "全场优惠10元券",
"avatar": "",
"nickname": "李四",
"status": 0,
"use_time": "-",
"invalid_time": "2023-02-27 16:14:55",
"create_time": "2023-02-20 16:14:55",
"get_type": 2,
"operator_id": 1,
"status_text": "未使用",
"get_type_text": "系统赠送",
"operator_text": "admin"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": {
"all": 1,
"not": 1,
"use": 0,
"overdue": 0,
"void": 0
}
}
}