|
@@ -696,16 +696,4 @@ public class SampleTest {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- @Autowired
|
|
|
- IBytedanceMaterialReportAsync bytedanceMaterialReportAsync;
|
|
|
-
|
|
|
- @Test
|
|
|
- public void testAsyncMaterialReport() {
|
|
|
- List<CtopOauthToken> tokens = oauthTokenService.selectToutiaoToken();
|
|
|
- tokens.forEach(it->{
|
|
|
- JSONObject createResult = bytedanceMaterialReportAsync.asyncTaskCreate(it, "2021-02-23", "2021-02-23");
|
|
|
- System.out.println(createResult.toJSONString());
|
|
|
- });
|
|
|
- }
|
|
|
-
|
|
|
}
|