Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendEmailReq ¶
type SendEmailReq struct {
g.Meta `path:"/email-code" tags:"common" method:"post" summary:"发送邮件验证码接口"`
model.SendEmailReq
}
发送邮件验证码接口请求参数
type SendEmailRes ¶
type SendEmailRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.SendEmailRes
}
发送邮件验证码接口响应参数
type SendSmsReq ¶
type SendSmsReq struct {
g.Meta `path:"/sms-code" tags:"common" method:"post" summary:"发送短信验证码接口"`
model.SendSmsReq
}
发送短信验证码接口请求参数
type SendSmsRes ¶
type SendSmsRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.SendSmsRes
}
发送短信验证码接口响应参数
Click to show internal directories.
Click to hide internal directories.