From 2eb38f9ff758a2eb7f2457c19a37f554df592869 Mon Sep 17 00:00:00 2001 From: hotlcc Date: Fri, 17 Aug 2018 16:10:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/hotlcc/wechat4j/Wechat.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/hotlcc/wechat4j/Wechat.java b/src/main/java/com/hotlcc/wechat4j/Wechat.java index 91859c0..b88a36a 100644 --- a/src/main/java/com/hotlcc/wechat4j/Wechat.java +++ b/src/main/java/com/hotlcc/wechat4j/Wechat.java @@ -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) {