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