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