当前用户信息
GET
/user_api
请求参数
Cookie 参数
secretKey2
string
用户密钥,鉴权使用
默认值:
{{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/user_api' \
--header 'Cookie: secretKey2={{token}}'
返回响应
🟢200成功
application/json
Body
id
integer
必需
email
string
必需
password
string
必需
register_key
string
必需
registration_time
string
必需
is_vip
boolean
必需
is_banned
boolean
必需
ban_count
integer
必需
read_count
integer
必需
ban_time
integer
必需
unban_time
integer
必需
device
string
必需
day_read_count
integer
必需
last_reade_time
integer
必需
示例
{
"id": 8964,
"email": "k5mmcx_lfs68@qq.com",
"password": "T0fhlIGs94B804_",
"register_key": "ut deserunt exercitation",
"registration_time": "1743118998",
"is_vip": true,
"is_banned": false,
"ban_count": 0,
"read_count": 0,
"ban_time": 0,
"unban_time": 0,
"device": "106.224.202.6",
"day_read_count": 27,
"last_reade_time": 1743147408
}
修改于 2025-03-28 08:05:57