Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForgetReq ¶
type ForgetReq struct { g.Meta `path:"/forget" tags:"auth" method:"post" summary:"找回密码接口"` model.ForgetReq }
找回密码接口请求参数
type LoginReq ¶
type LoginReq struct { g.Meta `path:"/login" tags:"auth" method:"post" summary:"登录接口"` model.LoginReq }
登录接口请求参数
type RefreshReq ¶
Token 刷新接口请求参数
type RefreshRes ¶
type RefreshRes struct { g.Meta `mime:"application/json" example:"json"` *model.RefreshRes }
Token 刷新接口响应参数
type RegisterReq ¶
type RegisterReq struct { g.Meta `path:"/register" tags:"auth" method:"post" summary:"注册接口"` model.RegisterReq }
注册接口请求参数
type RegisterRes ¶
注册接口响应参数
Click to show internal directories.
Click to hide internal directories.