yumeng 10 months ago
parent
commit
00afa34629

+ 1 - 4
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/controller/KuaishouController.java

@@ -309,10 +309,7 @@ public class KuaishouController {
         tokens.forEach(token -> accountWarningService.kuaiShouAccountWarning(token.getLong("accountId"), todayInt, yesterdayInt));
     }
 
-    @GetMapping(value = "testE")
-    public void testE(Long accountId) throws Exception {
-        adUnitReportService.getAgentAccountList();
-    }
+
 
 
 }

+ 4 - 0
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/data/service/IAdUnitReportService.java

@@ -32,4 +32,8 @@ public interface IAdUnitReportService {
     void getKuaishouDailyFundGet(Long advertiserId, String accessToken);
 
     List<JSONObject> getAllAccounts();
+
+    void getAgentAccountList();
+
+
 }