yumeng vor 5 Monaten
Ursprung
Commit
b011b0a5f8

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

@@ -62,7 +62,20 @@ public class CompassBindAdvertisersJob {
         log.info("------【获取罗盘绑定广告主列】执行完成");
 
 
+        Long advertiserId6 = 4559392749L;
+        String token6 = tokenService.getOuthTokenAccountId(53949803L);
+        compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId6, token6);
+        log.info("------【获取罗盘绑定广告主列】执行完成");
+
+        Long advertiserId7 = 4559411840L;
+        String token7 = tokenService.getOuthTokenAccountId(53955740L);
+        compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId7, token7);
+        log.info("------【获取罗盘绑定广告主列】执行完成");
 
+        Long advertiserId8 = 4560670561L;
+        String token8 = tokenService.getOuthTokenAccountId(54236994L);
+        compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId8, token8);
+        log.info("------【获取罗盘绑定广告主列】执行完成");
 
 
     }