chore: typo Id to ID

This commit is contained in:
boojack
2022-05-03 02:05:43 +08:00
parent 13093b6f62
commit d947a512e6
15 changed files with 143 additions and 142 deletions

View File

@ -91,7 +91,7 @@ func (s *Server) registerAuthRoutes(g *echo.Group) {
userCreate := &api.UserCreate{
Name: signup.Name,
PasswordHash: string(passwordHash),
OpenId: common.GenUUID(),
OpenID: common.GenUUID(),
}
user, err = s.UserService.CreateUser(userCreate)
if err != nil {