接口:获取当前用户信息
接口详情

获取当前用户信息

zodram api

GET

接口地址
正式环境(prod) https://zodream.cn/open/auth/user
本地环境(dev) http://zodream.localhost/open/auth/user
Header参数
字段键 字段值 备注说明
请求参数
字段别名 字段含义 字段类型 是否必填 默认值 备注说明
响应参数
字段别名 字段含义 字段类型 MOCK规则 备注说明
id id 数字(number)
name name 字符串(string)
email email 字符串(string) email
sex sex 数字(number)
birthday birthday 字符串(string)
avatar avatar 字符串(string)
money money 数字(number)
created_at created_at 字符串(string)
updated_at updated_at 字符串(string)
sex_label sex_label 字符串(string)
返回示例