Skip to content
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

收到 1102 retcode 后更新微信服务器轮询地址 #205

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open

收到 1102 retcode 后更新微信服务器轮询地址 #205

wants to merge 54 commits into from

Conversation

NHibiki
Copy link

@NHibiki NHibiki commented Mar 15, 2017

No description provided.

liuwangsheng01 and others added 30 commits August 17, 2016 10:11
 在hand_all_msg中调用即可
 #自动通过好友申请
        if msg['msg_type_id'] == 37:
            print json.dumps(msg,indent=4)
            print self.apply_useradd_requests(msg['content']['data'])
            #发送消息吧。。。。
1、主动向群内好友打招呼添加好友
2、将好友加入到群聊中
3、将群用户从群中剔除,只有群管理员有权限
test_sync_check函数完善,将4个服务器地址均放进去检测,得到合适的心跳服务器地址
fix bug
fix bugs
修复1102,0和-1,-1的问题
test_sync_check 兼容
兼容sync,解决1102,0和-1,-1问题
新增设置群聊名称接口--set_group_name
新增设置群聊名称接口--set_group_name
修复之前vivre90更新的一点小疏忽
1、更新心跳服务器获取方式,新增base_host
2、文件上传同步base_host
3、-1,-1错误的时候降低心跳获取频率
更新心跳服务器获取方式,同时修复文件可能上传失败的问题! 在返回-1,-1时降低心跳获取频率!
fix bugs~~~
liuwons and others added 24 commits October 27, 2016 09:51
Signed-off-by: mzy <mzymzy2003@qq.com>
修复了通讯录过大,无法获取通讯录的问题
修改保存wxid变量名写错
修复无法转换'\xa0'‘字符问题
修复无法转换'\xa0'‘字符问题
增加invite_friend_to_group方法
fix bug that it can't find group personal name.
增加对小视频的支持
Add invite function for add user to group
将WxbotManage中维护的属性和方法同步到Wxbot中,Wxbot以后只需要更新lib目录中的wxbot就能和官方同步
新增WxbotManage系统介绍
为了兼容WxbotManage,新增了一些属性和方法
新增WxbotManage系统介绍
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet