Przeglądaj źródła

Merge branch 'V2.0.1' into test

zhaoxian 3 lat temu
rodzic
commit
52a8f900c0

+ 1 - 2
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/ai/service/impl/AiKuaishouAccountAutoDoServiceImpl.java

@@ -1661,9 +1661,8 @@ public class AiKuaishouAccountAutoDoServiceImpl implements IAiKuaishouAccountAut
             Long unitId = creativeParams.getLong("unit_id");
             if (code == 0) {
                 createLandPageAndUnit(creativeParams, resultJson.getJSONObject("data"));
-                log.info("创建程序化创意成功,accountId:{},unit:{}", token.getAccountId(), unitId);
             } else {
-                log.error("快手创建程序化创意失败,accountId:{},unitId:{},返回信息:{}", token.getAccountId(), unitId, message);
+                log.error("快手创建程序化创意失败,accountId:{},unitId:{},返回信息:{},入参:{}", token.getAccountId(), unitId, message,creativeParams.toJSONString());
                 if (code == 400001 && "/rest/openapi/v2/creative/advanced/program/create调用已超日限,次日可恢复调用".equals(message)) {
                     String statDate = DateUtils.formatDate(new Date());
                     String programKey = token.getAccountId() + "_pcreativecount_" + statDate;