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

@@ -26,14 +26,14 @@ type Routes struct {
log *log.Entry `inject:"false"`
middlewares *middlewares.Middlewares
// Controller instances
auth *auth
medias *medias
orders *orders
posts *posts
auth *auth
medias *medias
orders *orders
posts *posts
smsCodeSends *smsCodeSends
statistics *statistics
uploads *uploads
users *users
statistics *statistics
uploads *uploads
users *users
}
// Prepare initializes the routes provider with logging configuration.