用户设备数量
开发中
GET
https://api.chasing.com/admin/user_client
请求参数
Query 参数
limit
string
可选
page
string
可选
示例代码
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?limit&page'
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
page
integer
必需
limit
integer
必需
count
integer
必需
list
array [object {3}]
必需
msg
string
必需
示例
{
"code": 200,
"data": {
"page": 0,
"limit": 0,
"count": 3,
"list": [
{
"uid": 3280986885325,
"count": 2,
"account": "1019178530@qq.com"
},
{
"uid": 334936157848604700,
"count": 1,
"account": "1182685486@qq.com"
},
{
"uid": 368310248772997100,
"count": 4,
"account": "pengcheng@chasing-innovation.com"
}
]
},
"msg": "success"
}
修改于 2024-11-15 09:21:33