feat(auth): 重构认证模块,添加OTP发送和登录功能
This commit is contained in:
@@ -3,6 +3,7 @@ package http
|
||||
import (
|
||||
super_v1 "quyun/v2/app/http/super/v1"
|
||||
v1 "quyun/v2/app/http/v1"
|
||||
v1_auth "quyun/v2/app/http/v1/auth"
|
||||
|
||||
"go.ipao.vip/atom/container"
|
||||
)
|
||||
@@ -10,6 +11,7 @@ import (
|
||||
func Providers() container.Providers {
|
||||
return container.Providers{
|
||||
{Provider: v1.Provide},
|
||||
{Provider: v1_auth.Provide},
|
||||
{Provider: super_v1.Provide},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user