|
@@ -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();
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
|
|
|
}
|