|
@@ -35,7 +35,7 @@ public class KuaishouLiveCampaignReportDailyServiceImpl implements IKuaishouLive
|
|
|
|
|
|
@Override
|
|
|
public Result<Object> getKuaishouCampaignReport(Long accountId, String token, int page) {
|
|
|
- log.info("调用接口---getKuaishouAccountReport(获取直播计划报表)---账户:{} ===第{}页===", accountId, page);
|
|
|
+ log.info("调用接口---getKuaishouCampaignReport(获取直播计划报表)---账户:{} ===第{}页===", accountId, page);
|
|
|
Result<Object> result = new Result<>();
|
|
|
Map<String, Object> param = new HashMap<String, Object>();
|
|
|
param.put("advertiser_id", accountId);
|
|
@@ -74,7 +74,7 @@ public class KuaishouLiveCampaignReportDailyServiceImpl implements IKuaishouLive
|
|
|
|
|
|
@Override
|
|
|
public void getKuaishouCampaignHourReport(Long accountId, String token, int page) {
|
|
|
- log.info("调用接口---getKuaishouAccountReport(获取直播计划报表)---账户:{} ===第{}页===", accountId, page);
|
|
|
+ log.info("调用接口---getKuaishouCampaignHourReport(获取直播计划时报报表)---账户:{} ===第{}页===", accountId, page);
|
|
|
Result<Object> result = new Result<>();
|
|
|
Map<String, Object> param = new HashMap<String, Object>();
|
|
|
param.put("advertiser_id", accountId);
|