package
Version:
v0.0.0-...-6e4d488
Opens a new window with list of versions in this module.
Published: Mar 30, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func SendCode(ctx iris.Context)
发送手机验证码
type OaPhoneCode struct {
gorm.Model
Mobile string `gorm:"type:varchar(20)" json:"mobile" validate:"required"`
Code string `gorm:"type:varchar(8)" json:"code"`
}
type Request struct {
Mobile string `json:"mobile"`
Code string `json:"code"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.