admin
2025-02-20 f537abe9f3646c739beaf15076246a2f71a347e9
src/test/java/com/hxh/spring/test/VideoTest.java
@@ -4,6 +4,7 @@
import com.yeshi.buwan.domain.system.DetailSystem;
import com.yeshi.buwan.domain.VideoInfo;
import com.yeshi.buwan.domain.entity.PlayUrl;
import com.yeshi.buwan.exception.video.VideoPlayException;
import com.yeshi.buwan.videos.iqiyi.IqiYiNewAPI;
import com.yeshi.buwan.videos.iqiyi.entity.IqiyiUpdateQueue;
import com.yeshi.buwan.videos.iqiyi.util.IqiyiUtil;
@@ -97,8 +98,12 @@
        DetailSystem detailSystem = systemService.getDetailSystemByPackage("com.doudou.ysvideo");
        PlayUrl pu = videoDeailUtil.getPlayUrl(null, detailSystem.getId(), 3357160 + "", "acFunVideo",
                Integer.parseInt(21 + ""), 3357160 + "");
        try {
            PlayUrl pu = videoDeailUtil.getPlayUrl(null, detailSystem.getId(), 3357160 + "", "acFunVideo",
                    Integer.parseInt(21 + ""), 3357160 + "");
        } catch (VideoPlayException e) {
            e.printStackTrace();
        }
    }
    @org.junit.Test
@@ -159,9 +164,7 @@
    @Test
    public void deleteVideo() {
        videoManager.deleteVideo("8234976");
        videoManager.deleteVideo("8254725");
        videoManager.deleteVideo("8254726");
        videoManager.deleteVideo("2003476");
    }
}