-
-
Save alvin2ye/225700 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Subject: Re: 列出所有好友的手机号 [flyerhzm/rfetion GH-7] | |
| 你可以调用下面的方法 | |
| <pre><code> | |
| fetion = Fetion.new | |
| fetion.logger_level = level | |
| fetion.mobile_no = mobile_no | |
| fetion.password = password | |
| fetion.login | |
| fetion.register | |
| fetion.get_buddy_list | |
| fetion.get_contacts_info | |
| </code></pre> | |
| <code>fetion.contacts</code> 就是所有的联系人信息 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment