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