用户列表
开发中
GET
/adminapi/user.user/lists
请求参数
Query 参数
id
integer
用户ID
示例值:
1
is_distribution
integer
可选
keyword
string
可选
Header 参数
token
string
可选
示例值:
{{adminToken}}
Body 参数application/json
object {0}
示例
示例代码
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/user.user/lists?id=1&is_distribution&keyword' \
--header 'token: {{adminToken}}' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
lists
array [object {11}]
必需
count
integer
必需
page_no
integer
必需
page_size
integer
必需
extend
array[string]
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 3,
"sn": 94609221,
"nickname": "小明",
"sex": "未知",
"avatar": "https://aa.png",
"account": "u94609221",
"mobile": "13800138001",
"channel": "电脑PC",
"is_blacklist": 0,
"create_time": "2023-12-08 10:19:57",
"total_order_amount": 0
},
{
"id": 2,
"sn": 79418057,
"nickname": "小明",
"sex": "未知",
"avatar": "https://aa.png",
"account": "u79418057",
"mobile": "13800138000",
"channel": "电脑PC",
"is_blacklist": 0,
"create_time": "2023-12-08 10:18:43",
"total_order_amount": 0
},
{
"id": 1,
"sn": 38066348,
"nickname": "用户38066348",
"sex": "未知",
"avatar": "http://www.php-ws.localhost/resource/image/adminapi/default/default_avatar.png",
"account": "fzr001",
"mobile": "",
"channel": "电脑PC",
"is_blacklist": 0,
"create_time": "2023-11-27 16:24:59",
"total_order_amount": 0.01
}
],
"count": 3,
"page_no": 1,
"page_size": 25,
"extend": []
}
}
修改于 2024-03-22 03:09:32