2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-12-27 04:19:31 +08:00

提交代码

This commit is contained in:
hotlcc
2018-07-23 20:05:24 +08:00
parent 1fcdab1cb1
commit 4865ad6049
2 changed files with 182 additions and 139 deletions

View File

@@ -7,6 +7,7 @@ public class TestClass2 {
Wechat wechat = new Wechat();
wechat.setWebWeixinApi(api);
System.out.println(wechat.autoLogin());
wechat.test();
wechat.logout();
}
}