feat: add send phone code
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user