On this page
分销推广员列表
接口URL
请求方式
GET
Content-Type
application/x-www-form-urlencoded
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
token | 7a...4b | String | 是 | 用户token |
请求Query参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
keyword | - | String | 否 | 手机号/邮箱/用户... |
type | all | String | 否 | 时间段:all全部,today今天,yesterday昨天,last7days最近7天 |
starttime | - | String | 否 | 开始时间,yyyy-mm-dd |
endtime | - | String | 否 | 结束时间,yyyy-mm-dd |
level | 1 | Number | 否 | 用户类型:0全部,1一级推广,2二级推广 |
user_id | 3 | Number | 否 | 推广人ID |
路径变量
参数名 | 示例值 | 参数描述 |
---|---|---|
page | 1 | 分页页码 |
成功响应示例
json5
{
"msg": "ok",
"data": {
"list": [
{
"id": 55,
"username": "...",
"avatar": "http://...png",
"nickname": "...",
"phone": "13888888888",
"email": "...@qq.com",
"create_time": "2022-07-24 20:03:15",
"status": 1,
"share_num": 0,
"share_order_num": 0,
"order_price": "0.00",
"commission": "0.00",
"cash_out_price": "0.00",
"cash_out_time": 0,
"no_cash_out_price": "0.00",
"p1": null,
"p2": null,
"user_info": {
"id": 54,
"user_id": 55,
"sex": null,
"birthday": null,
"name": null,
"phone": null
}
},
// ...
],
"totalCount": 21
}
}