领用券用户列表
开发中
GET
https://saas-open.vhall.com/v3/goods/coupon/user-stats-list
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://saas-open.vhall.com/v3/goods/coupon/user-stats-list?pos=0&limit=20&coupon_id=1' \
--header 'platform: 15' \
--header 'Content-Type: application/json'
响应示例响应示例
{
"code": 200,
"msg": "success",
"data": {
"total": 0,
"list": [
{
"user_name": "string",
"phone": "string",
"receive_type": 0,
"receive_time": "string",
"use_status": 0,
"use_time": "string",
"webinar_name": "string",
"webinar_id": 0,
"user_coupon_id": 0
}
]
},
"trace_id": "string"
}
请求参数
Query 参数
time_type
string
可选
示例值:
1
begin_time
string
可选
示例值:
2023-08-28 00:00:00
end_time
string
可选
示例值:
2023-08-28 00:00:00
use_status
string
可选
示例值:
0
search_type
string
可选
示例值:
0
keywords
string
搜索关键词
示例值:
xxx
pos
string
翻页,起始值
示例值:
0
limit
string
每页数据大小
示例值:
20
coupon_id
string
优惠券ID
示例值:
1
webinar_id
string
可选
示例值:
1
Header 参数
Content-Type
string
必需
示例值:
application/json
platform
integer
可选
默认值:
15
返回响应
修改于 2025-05-28 05:26:25