- 去除UserProvide.CreateUser
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user