1
This commit is contained in:
@@ -144,14 +144,8 @@ public class WXUtil {
|
||||
JSONObject response = JSON.parseObject(responseStr);
|
||||
logger.info("消息响应:{}", response.toString());
|
||||
//return response;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
try {
|
||||
Thread.sleep(100);
|
||||
} catch (InterruptedException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user