yumeng 3 달 전
부모
커밋
3d372244e8
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/CompassBindAdvertisersJob.java

+ 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");