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