|
@@ -318,6 +318,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
channel = (KuaishouChannel) result.getResult();
|
|
|
if (Check.isNull(channel)) {
|
|
|
log.info("账户:{},{}", accountId, result.getMessage());
|
|
|
+ return videoCnt;
|
|
|
} else {
|
|
|
log.info("获取渠道号:{}", channel.getChannelCode());
|
|
|
}
|
|
@@ -361,6 +362,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
channel = (KuaishouChannel) result.getResult();
|
|
|
if (Check.isNull(channel)) {
|
|
|
log.info("(组级)账户:{},{}", accountId, result.getMessage());
|
|
|
+ continue;
|
|
|
} else {
|
|
|
log.info("(组级)获取到渠道号:{}", channel.getChannelCode());
|
|
|
}
|
|
@@ -649,6 +651,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
channel = (KuaishouChannel) result.getResult();
|
|
|
if (Check.isNull(channel)) {
|
|
|
log.info("账户:{},{}", accountId, result.getMessage());
|
|
|
+ return;
|
|
|
} else {
|
|
|
log.info("获取渠道号:{}", channel.getChannelCode());
|
|
|
}
|
|
@@ -690,6 +693,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
channel = (KuaishouChannel) result.getResult();
|
|
|
if (Check.isNull(channel)) {
|
|
|
log.info("(组级)账户:{},{}", accountId, result.getMessage());
|
|
|
+ continue;
|
|
|
} else {
|
|
|
log.info("(组级)获取到渠道号:{}", channel.getChannelCode());
|
|
|
}
|