获取用户信息
开发中
GET
https://api.chasing.comuser/details
请求参数
无
示例代码
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.comuser/details'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
username
string
必需
phone
string
必需
birthday
integer
秒级时间戳
day
string
天
month
string
月
year
string
年
avatar
string
头像
country
string
国家
city
string
城市
示例
{
"code": 200,
"msg": "success",
"data": {
"username": "nicheng",
"phone": "",
"birthday": 0,
"day": "",
"month": "",
"year": ""
}
}
修改于 2024-11-18 07:53:58