|
@@ -2908,13 +2908,9 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
kuaiShouVideoGet.setMaterialType(type);
|
|
|
}
|
|
|
kuaiShouVideoGetService.saveOrUpdate(kuaiShouVideoGet);
|
|
|
- Thread thread = new Thread() {
|
|
|
- @Override
|
|
|
- public void run() {
|
|
|
- videoGetService.getKeyFrame(token, accountId, md5, String.valueOf(photo_id));
|
|
|
- }
|
|
|
- };
|
|
|
- thread.start();
|
|
|
+
|
|
|
+ videoGetService.getKeyFrame(token, accountId, md5, String.valueOf(photo_id));
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|