Commit 62165090 by carrieyzzhang

url log

parent 6b10285e
...@@ -213,6 +213,7 @@ public class ComplicatedEventsServiceImpl implements ComplicateEventsService{ ...@@ -213,6 +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);
} }
......
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