正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论