Commit f7c53c43 by carrieyzzhang

demo

parent 35a27c39
......@@ -211,6 +211,8 @@ public class ComplicatedEventsServiceImpl implements ComplicateEventsService{
String demoApps = configParamService.getConfigParamByKey("demo_appkey");
List<String> demoAppList = Arrays.asList(demoApps.split(","));
String url = "";
System.out.println(demoApps);
System.out.println(app.getAppkey());
if (demoAppList.contains(app.getAppkey())) {
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