2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-06-08 19:44:07 +08:00

提交代码

This commit is contained in:
hotlcc 2018-08-17 16:10:45 +08:00
parent 69109564d1
commit 2eb38f9ff7

View File

@ -640,7 +640,6 @@ public class Wechat {
long start = System.currentTimeMillis();
try {
//API调用异常导致退出
JSONObject result = webWeixinApi.syncCheck(httpClient, urlVersion, new BaseRequest(wxsid, skey, wxuin), getSyncKeyList(false));
logger.debug("微信同步监听心跳返回数据:{}", result);
if (result == null) {