feat: 代码规范性修改

This commit is contained in:
zhengkunwang223
2023-03-28 18:00:06 +08:00
committed by zhengkunwang223
parent bf9a37623a
commit 8be00dad7f
28 changed files with 278 additions and 145 deletions

View File

@@ -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 {