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

修复1120的问题, 同步接口变更 #141

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

修复1120的问题, 同步接口变更 #141

wants to merge 26 commits into from

Commits on Aug 17, 2016

  1. add QQ group

    liuwangsheng01 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    8fff2d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from thriteen/master

    修改联系人备注
    liuwons authored Aug 17, 2016
    Configuration menu
    Copy the full SHA
    d635c8d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #104 from thriteen/master

    请求加好友
    liuwons authored Aug 17, 2016
    Configuration menu
    Copy the full SHA
    134ae98 View commit details
    Browse the repository at this point in the history
  4. reformat code

    liuwangsheng01 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    a95b4d0 View commit details
    Browse the repository at this point in the history
  5. fix null pointer

    liuwangsheng01 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    88c815f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. 自动响应好友请求

     在hand_all_msg中调用即可
     #自动通过好友申请
            if msg['msg_type_id'] == 37:
                print json.dumps(msg,indent=4)
                print self.apply_useradd_requests(msg['content']['data'])
                #发送消息吧。。。。
    vivre90 authored Aug 26, 2016
    Configuration menu
    Copy the full SHA
    addc616 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107 from vivre90/patch-2

    自动响应好友请求
    liuwons authored Aug 26, 2016
    Configuration menu
    Copy the full SHA
    aea3551 View commit details
    Browse the repository at this point in the history
  3. change url of upload_media

    liuwangsheng01 committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    ea1bda0 View commit details
    Browse the repository at this point in the history
  4. change path for send file and img msg

    liuwangsheng01 committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    fae4cf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2016

  1. exception fix

    liuwangsheng01 committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    faf1a30 View commit details
    Browse the repository at this point in the history
  2. 新增3个群管接口

    1、主动向群内好友打招呼添加好友
    2、将好友加入到群聊中
    3、将群用户从群中剔除,只有群管理员有权限
    vivre90 authored Aug 27, 2016
    Configuration menu
    Copy the full SHA
    d7f99d1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #109 from vivre90/patch-3

    新增3个群管接口
    liuwons authored Aug 27, 2016
    Configuration menu
    Copy the full SHA
    ef6b3bd View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. update README

    liuwangsheng01 committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    e954caf View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. change push url and file upload url

    liuwangsheng01 committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    c949109 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. 修复1102,0和-1,-1的问题

    test_sync_check函数完善,将4个服务器地址均放进去检测,得到合适的心跳服务器地址
    vivre90 authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    7db6de7 View commit details
    Browse the repository at this point in the history
  2. fix bug

    fix bug
    vivre90 authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    5c74dbd View commit details
    Browse the repository at this point in the history
  3. fix bugs

    fix bugs
    vivre90 authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    b60084e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #136 from vivre90/patch-4

    修复1102,0和-1,-1的问题
    liuwons authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    fd47c0d View commit details
    Browse the repository at this point in the history
  5. test_sync_check 修复

    test_sync_check 兼容
    vivre90 authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    d890799 View commit details
    Browse the repository at this point in the history
  6. 兼容sync,解决1102,0和-1,-1问题

    兼容sync,解决1102,0和-1,-1问题
    vivre90 authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    51c37e0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #137 from vivre90/patch-5

    sync接口兼容 修复
    liuwons authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    44ad4e8 View commit details
    Browse the repository at this point in the history
  8. fix

    vivre90 authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    b09cd76 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #138 from vivre90/patch-6

    fix bug
    liuwons authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    614c875 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. Configuration menu
    Copy the full SHA
    3be2338 View commit details
    Browse the repository at this point in the history
  2. 修复多号登陆问题

    alibabayun committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    23a412d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55954db View commit details
    Browse the repository at this point in the history