2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-12-25 03:19:39 +08:00

[update] WebWeixinApi改为WebWeixinApiUtil工具类方式

This commit is contained in:
Allen
2019-04-16 16:46:03 +08:00
committed by lichangchun
parent 31f84b62bf
commit 9302b2e68c
4 changed files with 83 additions and 95 deletions

View File

@@ -17,10 +17,8 @@
## 简单使用
```java
WebWeixinApi api = new WebWeixinApi();
// 实例化微信客户端
Wechat wechat = new Wechat();
wechat.setWebWeixinApi(api);
// 自动登录
wechat.autoLogin();
```