feat: 添加短信验证码发送功能及相关数据库模型

This commit is contained in:
2025-12-23 23:51:51 +08:00
parent 5709255e39
commit d9737d4ee3
9 changed files with 596 additions and 58 deletions

View File

@@ -14,4 +14,3 @@ type SmsCodeSend struct {
}
func (*SmsCodeSend) TableName() string { return TableNameSmsCodeSend }