用户列表
GET
https://api.chasing.com/admin/user_client
请求参数
Query 参数
key
string
机型类型
示例值:
1
account
string
账号
示例值:
luyihao@chasing-innovation.com
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.chasing.com/admin/user_client?key=1&account=luyihao@chasing-innovation.com'
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
page
integer
必需
limit
integer
必需
count
integer
必需
list
array [object {3}]
必需
msg
string
必需
示例
{
"code": 0,
"data": {
"page": 0,
"limit": 0,
"count": 0,
"list": [
{
"uid": 0,
"count": 0,
"account": "string"
}
]
},
"msg": "string"
}
修改于 2024-01-26 08:26:01