作者 yangfu

bug fix: 重置密码

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