作者 yangfu

bug fix: 重置密码

@@ -71,6 +71,6 @@ func (s *PgManagerAuthService) ResetUserPassword(userId int64, phone, password s @@ -71,6 +71,6 @@ func (s *PgManagerAuthService) ResetUserPassword(userId int64, phone, password s
71 err = fmt.Errorf("用户不存在") 71 err = fmt.Errorf("用户不存在")
72 return 72 return
73 } 73 }
74 - _, err = ucenterApiGateway.UpdateUser(user.OpenId, phone, password) 74 + _, err = ucenterApiGateway.UpdateUser(user.OpenId, "", password)
75 return 75 return
76 } 76 }