- 后台
- 营销应用
- 充值套餐
- 会员套餐
- 邀请奖励
- 分享奖励
- 注册奖励
- 分销推广
- 卡密
- 签到奖励
- 用户管理
- AI问答
- 创作中心
- 技能
- 装修
- 系统设置
- 订单管理
- 渠道设置
- 意见反馈
- AI对话记录
- 财务管理
- AI绘画
- 绘画广场
- 艺术二维码
- 检测新版本GET
- 前台
下级列表
GET
/adminapi/distribution.distributor/belowLists
请求参数
Query 参数
id
integer
用户ID
示例值:
1
user_keyword
string
用户信息
示例值:
小橘子
is_distribution
string
可选
示例值:
1
type
string
可选
示例值:
1
Header 参数
token
string
可选
默认值:
59e092db6ec6acbe31669c6b8620ee89
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/distribution.distributor/belowLists?id=1&user_keyword=小橘子&is_distribution=1&type=1' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
lists
array [object {12}]
必需
count
integer
必需
page_no
integer
必需
page_size
integer
必需
extend
object
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 3,
"avatar": "http://www.php-gtp.localhost/uploads/images/20230426/202304261536077843f2827.jpg",
"nickname": "小橘子",
"user_money": "0.00",
"total_user_money": "0.00",
"leader_nickname": "Jason",
"is_distribution": 1,
"distribution_status": 0,
"distribution_time": "2023-05-24 12:16:23",
"create_time": "2023-04-20 18:55:09",
"is_distribution_desc": "已开通",
"distribution_status_desc": "冻结"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": {
"info": {
"user_name": "Jason",
"user_sn": 56164381,
"below_num": 2,
"below_distribution_num": 1,
"below_first_num": 1,
"below_first_distribution_num": 1,
"below_second_num": 1,
"below_second_distribution_num": 0
},
"lists": {
"all_num": 1,
"first_num": 1,
"second_num": 0
}
}
}
}
修改于 2023-05-24 01:45:10