Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Commit

Permalink
调整代码结构
Browse files Browse the repository at this point in the history
  • Loading branch information
acexy committed May 3, 2018
1 parent 12a5800 commit fdde2a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/test/java/com/thankjava/wqq/test/qq/TestSmartQQ.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,16 @@ public void onListener(ActionListener actionListener) {
// TODO: 后续就可以利用smartQQClient调用API
logger.info("获取到的好友列表信息: " + FastJson.toJSONString(smartQQClient.getFriendsList(true)));



// 业务处理
// TODO:

}
}
};

// C: 进行登录动作
// C: 进行登录,启动服务
builder.createAndLogin(getQrListener, loginListener);
}

Expand Down

0 comments on commit fdde2a6

Please sign in to comment.