yumeng il y a 1 an
Parent
commit
1d67cca5f2

+ 3 - 3
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaishouInterfaceServiceImpl.java

@@ -327,7 +327,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                     videoGet.setIsKaiPing(typeBySize.get("isKaiPing"));
                 }
                 videoGetList.add(videoGet);
-                getCut(token.getAccessToken(), token.getAccountId(), signature, photo_id);
+//                getCut(token.getAccessToken(), token.getAccountId(), signature, photo_id);
             }
             if (!Check.isNull(videoGetList)) {
                 videoGetService.replaceBatch(videoGetList);
@@ -1750,13 +1750,13 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                             videoGet.setIsKaiPing(typeBySize.get("isKaiPing"));
                         }
                         videoGetList.add(videoGet);
-                        Thread thread = new Thread() {
+                       /* Thread thread = new Thread() {
                             @Override
                             public void run() {
                                 videoGetService.getKeyFrame(accessToken, accountId, signature, photo_id);
                             }
                         };
-                        thread.start();
+                        thread.start();*/
                     }
                     if (!Check.isNull(videoGetList)) {
                         videoGetService.replaceBatch(videoGetList);