feat: 添加短信验证码发送记录功能
This commit is contained in:
6
backend_v1/app/services/db.go
Normal file
6
backend_v1/app/services/db.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package services
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
func DB() *gorm.DB { return _db }
|
||||
|
||||
Reference in New Issue
Block a user