Commit 684d587e by carrieyzzhang

demo url != null

parent e12aa8d6
......@@ -159,7 +159,7 @@ public class ReportCallable implements Callable<Map<String, List>> {
System.out.println(url);
if (url == null) {
if (url != null) {
try {
String responseStr = HttpClientUtil.doHttpPostRequest(url.toString(), "trackingio", conditions);
ObjectMapper mapper = new ObjectMapper();
......
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