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