Commit 7672f5d8 by carrieyzzhang

url log

parent 62165090
...@@ -213,7 +213,7 @@ public class ComplicatedEventsServiceImpl implements ComplicateEventsService{ ...@@ -213,7 +213,7 @@ public class ComplicatedEventsServiceImpl implements ComplicateEventsService{
String url = ""; String url = "";
if (demoAppList.contains(app.getAppkey())) { if (demoAppList.contains(app.getAppkey())) {
url = Constant.demoUrl + "/api/trackingio/eventstats/complicated/" + app.getAppkey() + "/" + viewType; url = Constant.demoUrl + "/api/trackingio/eventstats/complicated/" + app.getAppkey() + "/" + viewType;
System.out.println(url); System.out.println("........................."+url+".........................");
} }
......
...@@ -57,6 +57,8 @@ public class EventReportCallable implements Callable<Map<String, List>> { ...@@ -57,6 +57,8 @@ public class EventReportCallable implements Callable<Map<String, List>> {
@Override @Override
public Map<String, List> call() throws Exception { public Map<String, List> call() throws Exception {
System.out.println(this.url);
if(null != conditions){ if(null != conditions){
Map<String, List> responseJson = new HashMap<>(); Map<String, List> responseJson = new HashMap<>();
if (StringUtil.isEmpty(this.url)) { if (StringUtil.isEmpty(this.url)) {
......
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