个人信息查询
GET
/api/v1/board/user/info个人信息查询
请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
object
必需
id
string
必需
name
string
必需
phone_num
string
手机号
email
string
邮箱
authority
string
权限
tenant_id
string
必需
remark
string
必需
create_time
string
必需
示例
{
"code": 200,
"message": "Get message successfully!",
"data": {
"id": "e7cc3359-54f3-e23b-801b-e3b82446378e",
"name": "hezuo",
"phone_num": "1231231321",
"email": "hezhuo@hezhuo.cn",
"authority": "TENANT_ADMIN",
"tenant_id": "2f4306df",
"remark": "string",
"create_time": "2023-12-25 00:38:08"
}
}
最后修改时间: 9 个月前