package
Version:
v0.2.9
Opens a new window with list of versions in this module.
Published: Oct 9, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func SendVerifyCode(group, key, phone, code, outid string) error
SendVerifyCode 发送验证码
type SmsSend struct {
gorm.Model
Phone string `gorm:"type:varchar(20);not null;comment:手机号"`
VerifyCode string `gorm:"type:varchar(10);not null;comment:验证码"`
ErrMsg string `gorm:"type:varchar(100);comment:错误信息"`
OutId string `gorm:"type:varchar(100);comment:外部流水扩展字段"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.