Commit 9567104c by guojx

活码链接数据统计接口入参调整

parent de5a5ae6
......@@ -649,7 +649,7 @@ public class HmLinkController {
apolloKey = "data_haoban_link_add_trend_m";
clickApolloKey = "data_haoban_link_click_trend_m";
} else {
dateList = DateUtil.getBetweenDate(startTime, endTime);
dateList = DateUtil.getBetweenDates(startTime, endTime);
}
JSONObject param = DataStatisticsParamUtils.getParamNoPage(jsonObject);
StatisticsDTO newDTO = DataHttpUtil.post(apolloKey, param);
......
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