Prechádzať zdrojové kódy

添加定时获取计划,组,创意

zhaoxian 2 rokov pred
rodič
commit
f93a6c0d50

+ 1 - 1
job-live/src/main/java/cn/com/ctop/job/live/service/impl/KuaishouLiveAccountReportDailyServiceImpl.java

@@ -74,7 +74,7 @@ public class KuaishouLiveAccountReportDailyServiceImpl implements IKuaishouLiveA
 
     @Override
     public void getKuaishouAccountHourReport(Long accountId, String token) {
-        log.info("调用接口---getKuaishouAccountReport(获取直播账户报表)---账户:{}", accountId);
+        log.info("调用接口---getKuaishouAccountHourReport(获取直播账户时报报表)---账户:{}", accountId);
         Result<Object> result = new Result<>();
         Map<String, Object> param = new HashMap<String, Object>();
         param.put("advertiser_id", accountId);

+ 1 - 1
job-live/src/main/java/cn/com/ctop/job/live/service/impl/KuaishouLiveCampaignListServiceImpl.java

@@ -56,7 +56,7 @@ public class KuaishouLiveCampaignListServiceImpl implements IKuaishouLiveCampaig
 
     @Override
     public Result<Object> getKuaishouCampaign(Long accountId, String token) {
-        log.info("调用接口---getKuaishouAccountReport(获取直播账户报表)---账户:{}", accountId);
+        log.info("调用接口---getKuaishouCampaign(获取账户信息)---账户:{}", accountId);
         Result<Object> result = new Result<>();
         Map<String, Object> param = new HashMap<String, Object>();
         param.put("advertiser_id", accountId);

+ 2 - 2
job-live/src/main/java/cn/com/ctop/job/live/service/impl/KuaishouLiveCampaignReportDailyServiceImpl.java

@@ -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);

+ 1 - 1
job-live/src/main/java/cn/com/ctop/job/live/service/impl/KuaishouLiveCreativeListServiceImpl.java

@@ -56,7 +56,7 @@ public class KuaishouLiveCreativeListServiceImpl implements IKuaishouLiveCreativ
 
     @Override
     public Result<Object> getKuaishouCreative(Long accountId, String token) {
-        log.info("调用接口---getKuaishouAccountReport(获取直播账户报表)---账户:{}", accountId);
+        log.info("调用接口---getKuaishouCreative(获取广告创意信息)---账户:{}", accountId);
         Result<Object> result = new Result<>();
         Map<String, Object> param = new HashMap<String, Object>();
         param.put("advertiser_id", accountId);

+ 1 - 1
job-live/src/main/java/cn/com/ctop/job/live/service/impl/KuaishouLiveCreativeReportDailyServiceImpl.java

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

+ 1 - 1
job-live/src/main/java/cn/com/ctop/job/live/service/impl/KuaishouLiveUnitListServiceImpl.java

@@ -56,7 +56,7 @@ public class KuaishouLiveUnitListServiceImpl implements IKuaishouLiveUnitListSer
 
     @Override
     public Result<Object> getKuaishouUnit(Long accountId, String token) {
-        log.info("调用接口---getKuaishouAccountReport(获取直播账户报表)---账户:{}", accountId);
+        log.info("调用接口---getKuaishouUnit(获取广告组信息)---账户:{}", accountId);
         Result<Object> result = new Result<>();
         Map<String, Object> param = new HashMap<String, Object>();
         param.put("advertiser_id", accountId);

+ 2 - 2
job-live/src/main/java/cn/com/ctop/job/live/service/impl/KuaishouLiveUnitReportDailyServiceImpl.java

@@ -35,7 +35,7 @@ public class KuaishouLiveUnitReportDailyServiceImpl implements IKuaishouLiveUnit
 
     @Override
     public Result<Object> getKuaishouUnitReport(Long accountId, String token, int page) {
-        log.info("调用接口---getKuaishouAccountReport(获取直播广告组报表)---账户:{} ===第{}页===", accountId, page);
+        log.info("调用接口---getKuaishouUnitReport(获取直播广告组报表)---账户:{} ===第{}页===", 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 KuaishouLiveUnitReportDailyServiceImpl implements IKuaishouLiveUnit
 
     @Override
     public void getKuaishouUnitHourReport(Long accountId, String token, int page) {
-        log.info("调用接口---getKuaishouAccountReport(获取直播广告组报表)---账户:{} ===第{}页===", accountId, page);
+        log.info("调用接口---getKuaishouUnitHourReport(获取直播广告组时报报表)---账户:{} ===第{}页===", accountId, page);
         Result<Object> result = new Result<>();
         Map<String, Object> param = new HashMap<String, Object>();
         param.put("advertiser_id", accountId);