yumeng 5 mesi fa
parent
commit
d13c4854aa

+ 18 - 0
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/CompassBindAdvertisersJob.java

@@ -163,6 +163,24 @@ public class CompassBindAdvertisersJob {
         compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId24, token24);
         log.info("------【获取罗盘绑定广告主列】执行完成");
 
+        Long advertiserId25 = 4575459186L;
+        String token25 = tokenService.getOuthTokenAccountId(55471475L);
+        compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId25, token25);
+        log.info("------【获取罗盘绑定广告主列】执行完成");
+
+        Long advertiserId26 = 4575481308L;
+        String token26 = tokenService.getOuthTokenAccountId(55474278L);
+        compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId26, token26);
+        log.info("------【获取罗盘绑定广告主列】执行完成");
+
+
+        Long advertiserId27 = 4581144143L;
+        String token27 = tokenService.getOuthTokenAccountId(55781258L);
+        compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId27, token27);
+        log.info("------【获取罗盘绑定广告主列】执行完成");
+
+
+
 
     }