2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-12-26 11:59:53 +08:00

提交代码

This commit is contained in:
hotlcc
2018-07-24 21:15:03 +08:00
parent 7944be3b97
commit 03bbe2d858
3 changed files with 111 additions and 6 deletions

View File

@@ -8,7 +8,6 @@ public class TestClass2 {
Wechat wechat = new Wechat();
wechat.setWebWeixinApi(api);
wechat.autoLogin();
wechat.test();
CommonUtil.threadSleep(1000 * 60 * 10);
wechat.logout();
}