From 1d28c69a351ae108f4116a10f19f615c89a660a2 Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期四, 01 四月 2021 01:58:43 +0800 Subject: [PATCH] 首页数据修改 --- src/main/java/com/yeshi/buwan/service/inter/juhe/Iqiyi2Service.java | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/yeshi/buwan/service/inter/juhe/Iqiyi2Service.java b/src/main/java/com/yeshi/buwan/service/inter/juhe/Iqiyi2Service.java index 0479b11..693d59f 100644 --- a/src/main/java/com/yeshi/buwan/service/inter/juhe/Iqiyi2Service.java +++ b/src/main/java/com/yeshi/buwan/service/inter/juhe/Iqiyi2Service.java @@ -15,7 +15,7 @@ * @param videoId * @return */ - public List<VideoDetailInfo> getVideoDetailList(String videoId,int page,int pageSize); + public List<VideoDetailInfo> getVideoDetailList(String videoId, int page, int pageSize); /** * 鑾峰彇鏈�鏂颁竴闆嗙殑璇︽儏 @@ -51,4 +51,20 @@ public IqiyiAlbum2 selectAlbumById(Long id); + + public long countById(Long id); + + /** + * 鏍规嵁涓撹緫ID鍒犻櫎 + * @param id + */ + public void deleteByAid(long id); + + + /** + * 鏍规嵁ID鏌ヨ + * @param idsList + * @return + */ + public List<IqiyiAlbum2> listByIds(List<Long> idsList); } -- Gitblit v1.8.0