Commit 01d674e2 by carrieyzzhang

event stats total

parent ce2b5f33
...@@ -293,7 +293,7 @@ public class ComplicatedEventsServiceImpl implements ComplicateEventsService{ ...@@ -293,7 +293,7 @@ public class ComplicatedEventsServiceImpl implements ComplicateEventsService{
Map<String, List> responseJson = new HashMap<>(); Map<String, List> responseJson = new HashMap<>();
if (demoAppList.contains(app.getAppkey())) { if (demoAppList.contains(app.getAppkey())) {
String url = "http://localhost:9010/api/trackingio/eventstats/complicated/total/" + app.getAppkey(); String url = Constant.demoUrl + "/api/trackingio/eventstats/complicated/total/" + app.getAppkey();
try { try {
String responseStr = HttpClientUtil.doHttpPostRequest(url, "trackingio", conditions); String responseStr = HttpClientUtil.doHttpPostRequest(url, "trackingio", conditions);
ObjectMapper mapper = new ObjectMapper(); 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