mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-12 12:13:51 +08:00
版本预发布
This commit is contained in:
@@ -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