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" method:"post" tags:"auth" summary:"找回密码接口"`
model.ForgetReq
}
找回密码接口请求参数
type LoginReq ¶
type LoginReq struct {
g.Meta `path:"/login" method:"post" tags:"auth" 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" method:"post" tags:"auth" summary:"注册接口"`
model.RegisterReq
}
注册接口请求参数
type RegisterRes ¶
注册接口响应参数
Click to show internal directories.
Click to hide internal directories.