美文网首页
网络流程梳理2

网络流程梳理2

作者: buloke | 来源:发表于2016-10-23 21:25 被阅读0次

    在微信登陆成功之后把微信返回的code通过Autorize类的sendWXLoginAuther方法将这个code传给我们自己的后台

    这里开始详细讲Autorize类。这个类至关重要

    上文讲到Autorize类的sendWXLoginAuther方法,这个方法里里面将调用内部的两个方法,一个

    ```

    private void startAuthorize(String authCode) {

    prepareAuthorize();

    mConnector.openConnection(authCode);

    }

    ```

    这两个方法

    相关文章

      网友评论

          本文标题:网络流程梳理2

          本文链接:https://www.haomeiwen.com/subject/djpkuttx.html