|
@@ -142,7 +142,6 @@ public class SampleTest {
|
|
|
}finally {
|
|
|
countDownLatch.countDown();
|
|
|
}
|
|
|
-
|
|
|
}));
|
|
|
|
|
|
try {
|
|
@@ -152,6 +151,13 @@ public class SampleTest {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ @Test
|
|
|
+ public void testLoadRuleData(){
|
|
|
+ Date date = new Date();
|
|
|
+ CtopOauthToken token = tokenService.getTokenByAccountId(1678335716586632L);
|
|
|
+ reportService.getAdvertiserPlanRuleData(token,date,date,CtopAdConstant.BYTEDANCE_REPORT_TYPE_DAILY);
|
|
|
+ }
|
|
|
+
|
|
|
@Autowired
|
|
|
private IUserAllocationService allocationService;
|
|
|
|