mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-11 11:43:46 +08:00
版本预发布
This commit is contained in:
@@ -17,3 +17,10 @@ type SendTestEmailReq struct {
|
||||
}
|
||||
type SendTestEmailRes struct {
|
||||
}
|
||||
|
||||
// SendBindEmsReq 发送换绑邮件
|
||||
type SendBindEmsReq struct {
|
||||
g.Meta `path:"/ems/sendBind" tags:"邮件" method:"post" summary:"发送换绑邮件"`
|
||||
}
|
||||
type SendBindEmsRes struct {
|
||||
}
|
||||
|
||||
@@ -17,3 +17,10 @@ type SendTestSmsReq struct {
|
||||
}
|
||||
type SendTestSmsRes struct {
|
||||
}
|
||||
|
||||
// SendBindSmsReq 发送换绑短信
|
||||
type SendBindSmsReq struct {
|
||||
g.Meta `path:"/sms/sendBind" tags:"短信" method:"post" summary:"发送换绑短信"`
|
||||
}
|
||||
type SendBindSmsRes struct {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user