...
|
...
|
@@ -427,6 +427,7 @@ func (svr AuthService) UserSignUp(signUpCommand *command.UserSignUpCommand) (int |
|
|
Name: signUpCommand.Name,
|
|
|
Phone: signUpCommand.Phone,
|
|
|
Password: signUpCommand.Password,
|
|
|
Referrer: signUpCommand.Referrer,
|
|
|
})
|
|
|
if err != nil {
|
|
|
return nil, application.ThrowError(application.BUSINESS_ERROR, err.Error())
|
...
|
...
|
|