用户列表
开发中
GET
https://api.chasing.com/user/user_index
请求参数
Query 参数
account
string
账号
phone
string
手机号
is_buy
string
可选
is_enroll
array[string]
可选
示例值:
[]
start_time
string
注册的开始时间
end_time
string
注册的结束时间
limit
string
展示条数
is_book
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/user/user_index?account&phone&is_buy&start_time&end_time&limit&is_book'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
total
integer
必需
per_page
integer
必需
current_page
integer
必需
last_page
integer
必需
data
array [object {7}]
必需
示例
{
"code": 200,
"msg": "请求成功",
"data": {
"total": 14068,
"per_page": 10,
"current_page": 1,
"last_page": 1407,
"data": [
{
"account": "luyihao0721@gmail.com",
"id": 302737602862125060,
"source": 0,
"is_enroll": 0,
"is_book": 1,
"is_buy": 0,
"create_time": "2022-12-01 18:36:46"
},
{
"account": "1019178530@qq.com",
"id": 3280986885325,
"source": 1,
"is_enroll": 1,
"is_book": 1,
"is_buy": 0,
"create_time": "2023-02-09 18:12:40"
},
{
"account": "Opteynde.ben@hotmail.com",
"id": 14952,
"source": 0,
"is_enroll": 1,
"is_book": 1,
"is_buy": 0,
"create_time": "2022-11-12 20:50:16"
},
{
"account": "info@chinaherbage.com",
"id": 14951,
"source": 0,
"is_enroll": 1,
"is_book": 1,
"is_buy": 0,
"create_time": "2022-11-12 18:20:59"
},
{
"account": "davespringer1@comcast.net",
"id": 14950,
"source": 0,
"is_enroll": 1,
"is_book": 1,
"is_buy": 0,
"create_time": "2022-11-11 21:00:16"
},
{
"account": "Lyoumansb@yahoo.com",
"id": 14949,
"source": 0,
"is_enroll": 1,
"is_book": 1,
"is_buy": 0,
"create_time": "2022-11-10 22:37:50"
},
{
"account": "dgibbons@cstindustries.com",
"id": 14948,
"source": 0,
"is_enroll": 1,
"is_book": 1,
"is_buy": 0,
"create_time": "2022-11-10 22:23:01"
},
{
"account": "operaciones.rov.oceanic.2022@gmail.com",
"id": 14947,
"source": 0,
"is_enroll": 1,
"is_book": 1,
"is_buy": 0,
"create_time": "2022-11-10 20:57:24"
},
{
"account": "hellomrhappy2013@gmail.com",
"id": 14946,
"source": 0,
"is_enroll": 1,
"is_book": 1,
"is_buy": 0,
"create_time": "2022-11-10 20:29:07"
},
{
"account": "contact@castel10count.fr",
"id": 14945,
"source": 0,
"is_enroll": 1,
"is_book": 1,
"is_buy": 0,
"create_time": "2022-11-09 20:36:12"
}
]
}
}
修改于 2024-11-18 09:25:39