yumeng 5 ヶ月 前
コミット
0082a963eb

+ 23 - 2
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/CompassBindAdvertisersJob.java

@@ -36,14 +36,35 @@ public class CompassBindAdvertisersJob {
         //罗盘账户的「快手 id」,只能传递授权时使用的快手 id
         Long advertiserId = 4361966075L;
         String token = tokenService.getOuthTokenAccountId(39526067L);
-        compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId, token)
+        compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId, token);
+
 
-        ;
         Long advertiserId2 = 4541748730L;
         String token2 = tokenService.getOuthTokenAccountId(52899077L);
         compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId2, token2);
         log.info("------【获取罗盘绑定广告主列】执行完成");
 
+        Long advertiserId3 = 4541570865L;
+        String token3 = tokenService.getOuthTokenAccountId(53452511L);
+        compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId3, token3);
+        log.info("------【获取罗盘绑定广告主列】执行完成");
+
+
+        Long advertiserId4 = 4553133112L;
+        String token4 = tokenService.getOuthTokenAccountId(53536131L);
+        compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId4, token4);
+        log.info("------【获取罗盘绑定广告主列】执行完成");
+
+
+        Long advertiserId5 = 4553312997L;
+        String token5 = tokenService.getOuthTokenAccountId(53561178L);
+        compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId5, token5);
+        log.info("------【获取罗盘绑定广告主列】执行完成");
+
+
+
+
+
     }
 
     private String getToken(String accountId) {