yumeng hace 3 meses
padre
commit
3d372244e8

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

@@ -69,7 +69,6 @@ public class CompassBindAdvertisersJob {
         compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId21, token21);
 
 
-
         Long advertiserId22 = 4663929796L;
         String token22 = tokenService.getOuthTokenAccountId(60461537L);
         compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId22, token22);
@@ -112,7 +111,7 @@ public class CompassBindAdvertisersJob {
         }
         String token = getToken(accountId);
         if (Check.isNull(token)) {
-            log.error("token 为空 !!!");
+            log.error("token 为空 !!!,accountId:{}", accountId);
             return;
         }
         String nowDate = DateUtils.getNowDate("yyyy-MM-dd");