mirror of
https://gitee.com/hotlcc/wechat4j.git
synced 2025-06-28 05:02:49 +08:00
提交代码:更新测试代码
This commit is contained in:
parent
87d0eb0615
commit
5313a83e65
@ -3,10 +3,9 @@ import com.hotlcc.wechat4j.api.WebWeixinApi;
|
||||
import com.hotlcc.wechat4j.handler.ReceivedMsgHandler;
|
||||
import com.hotlcc.wechat4j.model.ReceivedMsg;
|
||||
import com.hotlcc.wechat4j.model.UserInfo;
|
||||
import com.hotlcc.wechat4j.util.CommonUtil;
|
||||
import com.hotlcc.wechat4j.util.StringUtil;
|
||||
|
||||
public class TestClass2 {
|
||||
public class TestClass {
|
||||
public static void main(String[] args) {
|
||||
WebWeixinApi api = new WebWeixinApi();
|
||||
Wechat wechat = new Wechat();
|
||||
@ -20,6 +19,5 @@ public class TestClass2 {
|
||||
}
|
||||
});
|
||||
wechat.autoLogin();
|
||||
CommonUtil.threadSleep(60000);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user