Commit 35a27c39 by carrieyzzhang

response log

parent 01d674e2
......@@ -67,6 +67,7 @@ public class EventReportCallable implements Callable<Map<String, List>> {
} else {
try {
String responseStr = HttpClientUtil.doHttpPostRequest(url, "trackingio", conditions);
System.out.println(responseStr);
ObjectMapper mapper = new ObjectMapper();
responseJson = mapper.readValue(responseStr, Map.class);
} catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment