mirror of
https://gitee.com/hotlcc/wechat4j.git
synced 2025-06-09 12:04:05 +08:00
提交代码
This commit is contained in:
parent
69109564d1
commit
2eb38f9ff7
@ -640,7 +640,6 @@ public class Wechat {
|
|||||||
long start = System.currentTimeMillis();
|
long start = System.currentTimeMillis();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
//API调用异常导致退出
|
|
||||||
JSONObject result = webWeixinApi.syncCheck(httpClient, urlVersion, new BaseRequest(wxsid, skey, wxuin), getSyncKeyList(false));
|
JSONObject result = webWeixinApi.syncCheck(httpClient, urlVersion, new BaseRequest(wxsid, skey, wxuin), getSyncKeyList(false));
|
||||||
logger.debug("微信同步监听心跳返回数据:{}", result);
|
logger.debug("微信同步监听心跳返回数据:{}", result);
|
||||||
if (result == null) {
|
if (result == null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user