feat: add send phone code

This commit is contained in:
2025-12-20 13:37:20 +08:00
parent 12aa7a404a
commit 3f716b669c
5 changed files with 164 additions and 22 deletions

View File

@@ -8,6 +8,7 @@ import (
web "quyun/v2/app/http"
"quyun/v2/app/jobs"
"quyun/v2/app/middlewares"
"quyun/v2/app/services"
_ "quyun/v2/docs"
"quyun/v2/providers/ali"
"quyun/v2/providers/app"
@@ -47,6 +48,7 @@ func Command() atom.Option {
).
With(
jobs.Provide,
services.Provide,
middlewares.Provide,
),
),