- 去除UserProvide.CreateUser

This commit is contained in:
gazebo
2019-07-31 15:06:07 +08:00
parent 289ca5a6ec
commit e853b45176
2 changed files with 10 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ type IUserProvider interface {
GetUser(authID, authIDType string) (user IUser)
UpdateUserMobile(userID string, mobile string) (err error)
UpdateUserEmail(userID string, email string) (err error)
CreateUser(userID2, mobile, email, name string) (user IUser, err error)
// CreateUser(userID2, mobile, email, name string) (user IUser, err error)
}
type CaptchaInfo struct {