用户详情
开发中
GET
https://api.chasing.comv1/users/profile
请求参数
无
示例代码
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.comv1/users/profile'
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
id
integer
必需
username
string
用户名
password
string
必需
account
string
必需
birthday
integer
必需
createTime
integer
必需
updateTime
integer
必需
lastLogin
integer
必需
lastIp
string
必需
phone
string
必需
source
integer
必需
surname
string
必需
name
string
必需
isEnroll
integer
必需
isNew
integer
必需
isBook
integer
必需
isBuy
integer
必需
avatar
string
头像
city
string
城市
country
string
国家
isTest
integer
必需
primary
integer
必需
goodsTeg
string
必需
msg
string
必需
示例
{
"code": 0,
"data": {
"id": 0,
"username": "string",
"password": "string",
"account": "string",
"birthday": 0,
"createTime": 0,
"updateTime": 0,
"lastLogin": 0,
"lastIp": "string",
"phone": "string",
"source": 0,
"surname": "string",
"name": "string",
"isEnroll": 0,
"isNew": 0,
"isBook": 0,
"isBuy": 0,
"avatar": "string",
"city": "string",
"country": "string",
"isTest": 0,
"primary": 0,
"goodsTeg": "string"
},
"msg": "string"
}
修改于 2024-12-12 07:51:38