|
@@ -53,13 +53,14 @@ public class KuaishouAiProjectCreativeJob {
|
|
|
if (!Check.isNull(code) && code == 0) {
|
|
|
log.info("快手自动上新异步执行中,accountId:{}", strategy.getProjectId());
|
|
|
} else {
|
|
|
- log.error("快手自动上新异步执行失败,accountId:{}", strategy.getProjectId());
|
|
|
+ log.error("快手自动上新异步执行失败,accountId:{},结果:{}", strategy.getProjectId(), jsonObject);
|
|
|
}
|
|
|
} else {
|
|
|
- log.info("快手自动上新返回结果为空,accountId:{}", strategy.getProjectId());
|
|
|
+ log.info("快手自动上新返回结果为空,accountId:{},结果:{}", strategy.getProjectId(), jsonObject);
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
+ e.printStackTrace();
|
|
|
log.error("自定义上新异常,返回结果:{}", jsonObject);
|
|
|
}
|
|
|
}
|
|
@@ -88,10 +89,10 @@ public class KuaishouAiProjectCreativeJob {
|
|
|
if (!Check.isNull(code) && code == 0) {
|
|
|
log.info("快手创意补充异步执行中,accountId:{}", strategy.getAccountId());
|
|
|
} else {
|
|
|
- log.error("快手创意补充异步执行失败,accountId:{}", strategy.getAccountId());
|
|
|
+ log.error("快手创意补充异步执行失败,accountId:{},结果:{}", strategy.getAccountId(), jsonObject);
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("快手创意补充返回结果为空,accountId:{}", strategy.getAccountId());
|
|
|
+ log.error("快手创意补充返回结果为空,accountId:{},结果:{}", strategy.getAccountId(), jsonObject);
|
|
|
}
|
|
|
}
|
|
|
} catch (ParseException e) {
|
|
@@ -124,10 +125,10 @@ public class KuaishouAiProjectCreativeJob {
|
|
|
if (!Check.isNull(code) && code == 0) {
|
|
|
log.info("程序化创意上新异步执行中,accountId:{}", strategy.getAccountId());
|
|
|
} else {
|
|
|
- log.error("程序化创意上新异步执行失败,accountId:{}", strategy.getAccountId());
|
|
|
+ log.error("程序化创意上新异步执行失败,accountId:{},结果:{}", strategy.getAccountId(), jsonObject);
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("程序化创意上新返回结果为空,accountId:{}", strategy.getAccountId());
|
|
|
+ log.error("程序化创意上新返回结果为空,accountId:{},结果:{}", strategy.getAccountId(), jsonObject);
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
@@ -161,10 +162,10 @@ public class KuaishouAiProjectCreativeJob {
|
|
|
if (!Check.isNull(code) && code == 0) {
|
|
|
log.info("程序化高质量创建异步执行中,accountId:{}", strategy.getAccountId());
|
|
|
} else {
|
|
|
- log.error("程序化高质量创建异步执行失败,accountId:{}", strategy.getAccountId());
|
|
|
+ log.error("程序化高质量创建异步执行失败,accountId:{},结果:{}", strategy.getAccountId(), jsonObject);
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("程序化高质量创建返回结果为空,accountId:{}", strategy.getAccountId());
|
|
|
+ log.error("程序化高质量创建返回结果为空,accountId:{},结果:{}", strategy.getAccountId(), jsonObject);
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception e) {
|