Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserDetailReq ¶
登录用户详情接口请求参数
type UserDetailRes ¶
type UserDetailRes struct { g.Meta `mime:"application/json" example:"json"` *model.UserDetailRes }
登录用户详情接口响应参数
type UserDetailUpdateReq ¶
type UserDetailUpdateReq struct { g.Meta `path:"/change/detail" tags:"users" method:"post" summary:"用户信息更新接口"` model.UserDetailUpdateReq }
用户信息更新接口请求参数
type UserDetailUpdateRes ¶
用户信息更新接口响应参数
type UserEmailUpdateReq ¶
type UserEmailUpdateReq struct { g.Meta `path:"/change/email" tags:"users" method:"post" summary:"用户邮箱更新接口"` model.UserEmailUpdateReq }
用户邮箱更新接口请求参数
type UserEmailUpdateRes ¶
用户邮箱更新接口响应参数
type UserMobileUpdateReq ¶
type UserMobileUpdateReq struct { g.Meta `path:"/change/mobile" tags:"users" method:"post" summary:"用户手机号更新接口"` model.UserMobileUpdateReq }
用户手机号更新接口请求参数
type UserMobileUpdateRes ¶
用户手机号更新接口响应参数
type UserPasswordUpdateReq ¶
type UserPasswordUpdateReq struct { g.Meta `path:"/change/password" tags:"users" method:"post" summary:"用户密码更新接口"` model.UserPasswordUpdateReq }
用户密码更新接口请求参数
type UserPasswordUpdateRes ¶
用户密码更新接口响应参数
type UserSettingReq ¶
type UserSettingReq struct {
g.Meta `path:"/setting" tags:"users" method:"get" summary:"用户配置信息接口"`
}
用户配置信息请求参数
type UserSettingRes ¶
type UserSettingRes struct { g.Meta `mime:"application/json" example:"json"` *model.UserSettingRes }
用户配置信息响应参数
Click to show internal directories.
Click to hide internal directories.