🎨 complete SMS login function
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"schisandra-cloud-album/service/auth_service"
|
||||
"schisandra-cloud-album/service/role_service"
|
||||
"schisandra-cloud-album/service/user_role_service"
|
||||
"schisandra-cloud-album/service/user_service"
|
||||
)
|
||||
|
||||
// Services 统一导出的service
|
||||
type Services struct {
|
||||
AuthService auth_service.AuthService
|
||||
UserService user_service.UserService
|
||||
RoleService role_service.RoleService
|
||||
UserRoleService user_role_service.UserRoleService
|
||||
}
|
||||
|
||||
// Service new函数实例化,实例化完成后会返回结构体地指针类型
|
||||
|
Reference in New Issue
Block a user