|
@@ -1,7 +1,6 @@
|
|
|
package com.ruixuan.report.service;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
-import com.alibaba.fastjson.JSONPObject;
|
|
|
import com.ruixuan.common.utils.Result;
|
|
|
|
|
|
import java.util.List;
|
|
@@ -22,7 +21,7 @@ public interface IKuaishouLiveAccountReportService {
|
|
|
|
|
|
List<JSONObject> getOperateCostList(Long userId, String startDate, String endDate);
|
|
|
|
|
|
- JSONObject getOperateCostTrendChartList(Long userId,String type, String startDate, String endDate);
|
|
|
+ JSONObject getOperateCostTrendChartList(Long userId, String type, String startDate, String endDate);
|
|
|
|
|
|
JSONObject getStatisticalReportHead(JSONObject request);
|
|
|
|
|
@@ -30,7 +29,7 @@ public interface IKuaishouLiveAccountReportService {
|
|
|
|
|
|
List<JSONObject> nodeAccountCost(JSONObject request);
|
|
|
|
|
|
- List<JSONObject> getAccountDataReport(JSONObject request);
|
|
|
+ List<JSONObject> getAccountDataReport(Long userId, String accountIdList, String startDate, String endDate);
|
|
|
|
|
|
List<JSONObject> exportAccountDataReport(JSONObject request);
|
|
|
|