Skip to content

Commit

Permalink
增加获取好友示例
Browse files Browse the repository at this point in the history
  • Loading branch information
yaphone committed Jun 26, 2017
1 parent 7dd2c08 commit 776fe82
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ public String nameCardMsgHandle(JSONObject msg) {
return null;
}

@Override
public void sysMsgHandle(JSONObject msg) {
// TODO Auto-generated method stub

}

public static void main(String[] args) {
String qrPath = "D://itchat4j//login"; // 保存登陆二维码图片的路径,这里需要在本地新建目录
IMsgHandlerFace msgHandler = new PicYourFriends(); // 实现IMsgHandlerFace接口的类
Expand Down

0 comments on commit 776fe82

Please sign in to comment.