|
@@ -2015,6 +2015,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
}
|
|
}
|
|
creative.setCreateTime(new Date());
|
|
creative.setCreateTime(new Date());
|
|
creative.setUpdateTime(new Date());
|
|
creative.setUpdateTime(new Date());
|
|
|
|
+ creative.setSiteId(detailJson.getLong("site_id"));
|
|
creative.setPhotoId(detailJson.getString("photo_id"));
|
|
creative.setPhotoId(detailJson.getString("photo_id"));
|
|
if (detailJson.getLong("photo_id") == 0) {
|
|
if (detailJson.getLong("photo_id") == 0) {
|
|
JSONArray photoIds = new JSONArray();
|
|
JSONArray photoIds = new JSONArray();
|
|
@@ -2034,7 +2035,9 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ creatives.add(creative);
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|
|
creativeService.replaceBatch(creatives);
|
|
creativeService.replaceBatch(creatives);
|
|
getCreativeListByPage(accessToken, advertiserId, startDate, endDate, page + 1);
|
|
getCreativeListByPage(accessToken, advertiserId, startDate, endDate, page + 1);
|