Browse Source

V1.1.4 自动投放 上新素材去除每次调用快手api

yumeng 4 years ago
parent
commit
372e7e3c77

+ 2 - 2
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/ai/controller/KuaiShouMaterialControer.java

@@ -94,8 +94,8 @@ public class KuaiShouMaterialControer {
                 throw new Exception("未获取账号授权信息");
             }
             String appVersion = requestJson.getString("appVersion");
-            String nowDate = DateUtils.getNowDate("yyyy-MM-dd");
-            iKuaishouInterfaceService.getVideoList(token, nowDate, nowDate);
+            // String nowDate = DateUtils.getNowDate("yyyy-MM-dd");
+            //  iKuaishouInterfaceService.getVideoList(token, nowDate, nowDate);
             KuaiShouVideoLastTime videoLastTime = lastTimeService.getById(accountId);
             Date startTime;
             Date endDate = new Date();