feat: 代码规范性修改
This commit is contained in:
committed by
zhengkunwang223
parent
bf9a37623a
commit
8be00dad7f
@@ -26,6 +26,7 @@ type IAuthService interface {
|
||||
SafeEntrance(c *gin.Context, code string) error
|
||||
Login(c *gin.Context, info dto.Login) (*dto.UserLoginInfo, error)
|
||||
LogOut(c *gin.Context) error
|
||||
MFALogin(c *gin.Context, info dto.MFALogin) (*dto.UserLoginInfo, error)
|
||||
}
|
||||
|
||||
func NewIAuthService() IAuthService {
|
||||
|
||||
Reference in New Issue
Block a user