|
@@ -323,6 +323,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
}
|
|
|
} else {
|
|
|
log.error("通过账户(" + accountId + ")未获取到渠道号!!!");
|
|
|
+ return videoCnt;
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
@@ -359,12 +360,13 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
if (code == 200) {
|
|
|
channel = (KuaishouChannel) result.getResult();
|
|
|
if (Check.isNull(channel)) {
|
|
|
- log.info("账户(组级):{},{}", accountId, result.getMessage());
|
|
|
+ log.info("(组级)账户:{},{}", accountId, result.getMessage());
|
|
|
} else {
|
|
|
- log.info("获取到组级渠道号:{}", channel.getChannelCode());
|
|
|
+ log.info("(组级)获取到渠道号:{}", channel.getChannelCode());
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("通过账户(" + accountId + ")未获取到渠道号!!!");
|
|
|
+ log.error("(组级)通过账户(" + accountId + ")未获取到渠道号!!!");
|
|
|
+ continue;
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
@@ -656,6 +658,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
}
|
|
|
} else {
|
|
|
log.error("通过账户(" + accountId + ")未获取到渠道号!!!");
|
|
|
+ return;
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
@@ -687,12 +690,13 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
if (code == 200) {
|
|
|
channel = (KuaishouChannel) result.getResult();
|
|
|
if (Check.isNull(channel)) {
|
|
|
- log.info("账户(组级):{},{}", accountId, result.getMessage());
|
|
|
+ log.info("(组级)账户:{},{}", accountId, result.getMessage());
|
|
|
} else {
|
|
|
- log.info("获取到组级渠道号:{}", channel.getChannelCode());
|
|
|
+ log.info("(组级)获取到渠道号:{}", channel.getChannelCode());
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("通过账户(" + accountId + ")未获取到渠道号!!!");
|
|
|
+ log.error("(组级)通过账户(" + accountId + ")未获取到渠道号!!!");
|
|
|
+ continue;
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|