个人中心
开发中GET
/api/user/center请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
id
integer
用户id
sn
integer
用户编号
sex
string
性别
account
string
账号
nickname
string
昵称
real_name
string
真实姓名
avatar
string
头像
mobile
string
手机
create_time
string
必需
is_auth
boolean
微信授权信息 false-没有 true-有
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"sn": 61450486,
"sex": "未知",
"account": "go22",
"nickname": "用户61450486",
"real_name": "",
"avatar": "http://www.likeadmin.localhost/resource/image/adminapi/default/avatar.png",
"mobile": "13104997825",
"create_time": "2022-09-07 16:09:22"
}
}
最后修改时间: 2 年前