|
@@ -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;
|