youfou / wxpy

微信机器人 / 可能是最优雅的微信个人号 API ✨✨
http://wxpy.readthedocs.io
MIT License
14.04k stars 2.39k forks source link

邀请入群报错 #321

Open benjia opened 6 years ago

benjia commented 6 years ago

from wxpy import * bot = Bot() my_friend = ensure_one(bot.friends().search('test')) group = ensure_one(bot.groups().search('testtest')) group.add_members(my_friend,True) 邀请入群报错,有没有帮忙看下

BasuLee commented 6 years ago

请问解决了吗

benjia commented 6 years ago

{ "BaseResponse": { "Ret": 1, "ErrMsg": "" } , "MemberCount": 0, "MemberList": [] } 还报错的,调用微信接口返回的"Ret"为0 是不是这个接口不能调用了

jackzhangsir commented 6 years ago

web已经屏蔽了该接口

benjia commented 6 years ago

请问还有没有其他接口能实现邀请入群的功能,看到还是有邀请入群的机器人的

BasuLee commented 6 years ago

@benjia 我也看到了

gitzhou commented 6 years ago

遇到了同样的问题 不知道有没有workaround

goudan-er commented 6 years ago

同问 有没有其他的方法?

victorhuang1 commented 5 years ago

wxpy.exceptions.ResponseError: err_code: 1; err_msg: 请问是这个报错吗?