2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-06-27 12:42:45 +08:00

提交代码:更新测试代码

This commit is contained in:
Allen 2018-08-30 16:15:39 +08:00
parent 87d0eb0615
commit 5313a83e65

View File

@ -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);
}
}