-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加好友的itchat.add_friend找不到 #23
Comments
改成accept_friend了 |
itchat.accept_friend(username, v4) 的参数v4怎么传呀?看了下代码里的文档还是旧的,没有更新 |
搞定了,
|
可以正常同意好友申请了? |
是的,使用 itchat.accept_friend(username, msg['RecommendInfo']['Ticket']) 可以通过群聊加好友的,但是通过分享名片添加还不行 |
你好请问这个msg['RecommendInfo']['Ticket']指的是什么 我改如何修改相关的代码才能使其可以使用 |
我没看明白啊,我用的代码是 @itchat.msg_register(FRIENDS) |
上面说 add_friend 改成 accept_friend了 |
msg['RecommendInfo']['Ticket']应该怎么获取 或者说源码里面应该怎么改 |
我明白了 但是当我把accept_friend接口中的Opcode参数改为2 时不能调通 是目前版本的协议不支持该功能吗 还是说需要修改其他的参数 |
确认后如何自动添加对方为好友? |
这个你要研究一下消息体也就是你的msg的格式,一般来说刚刚通过验证的好友里面UserName一般在RecommendInfo里面 |
感谢了 |
在提交前,请确保您已经检查了以下内容!
itchat
登陆itchat
, 而不是其他项目.请使用
itchat.run(debug=True)
运行,并将输出粘贴在下面:您的itchat版本为:
1.5.0.dev
。其他的内容或者问题更详细的描述都可以添加在下面:
The text was updated successfully, but these errors were encountered: