|
@@ -379,13 +379,13 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
if (code == 200) {
|
|
|
usedchannel = (KuaishouChannel) result.getResult();
|
|
|
if (Check.isNull(usedchannel)) {
|
|
|
- log.info("(组级)账户:{},{}", accountId, result.getMessage());
|
|
|
+ log.info("(组级)账户:{}素材名称({}),{}",accountId,videoItem.getPhotoName(), result.getMessage());
|
|
|
continue;
|
|
|
} else {
|
|
|
log.info("(组级)获取到渠道号:{}", usedchannel.getChannelCode());
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("(组级)通过账户(" + accountId + ")未获取到渠道号!!!");
|
|
|
+ log.error("(组级)账户:{}素材名称({}),未获取到渠道号!!!",accountId,videoItem.getPhotoName());
|
|
|
continue;
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
@@ -737,13 +737,13 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
if (code == 200) {
|
|
|
usedchannel = (KuaishouChannel) result.getResult();
|
|
|
if (Check.isNull(usedchannel)) {
|
|
|
- log.info("(组级)账户:{},{}", accountId, result.getMessage());
|
|
|
+ log.info("(组级)账户:{}素材名称({}),{}",accountId,videoGet.getPhotoName(), result.getMessage());
|
|
|
continue;
|
|
|
} else {
|
|
|
log.info("(组级)获取到渠道号:{}", usedchannel.getChannelCode());
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("(组级)通过账户(" + accountId + ")未获取到渠道号!!!");
|
|
|
+ log.error("(组级)账户:{}素材名称({}),未获取到渠道号!!!",accountId,videoGet.getPhotoName());
|
|
|
continue;
|
|
|
}
|
|
|
} catch (Exception e) {
|