From b37275dba6b782bf3bb3817c4504f6cdef1bef7c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 18 三月 2021 18:38:51 +0800 Subject: [PATCH] APP首页顶部标签兼容 --- 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 a1df36e..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); + 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