| | |
| | | package com.yeshi.buwan.service.inter.juhe; |
| | | |
| | | import com.yeshi.buwan.domain.VideoDetailInfo; |
| | | import com.yeshi.buwan.tencent.entity.TencentCoverInfo; |
| | | import com.yeshi.buwan.tencent.entity.TencentCoverVideo; |
| | | import com.yeshi.buwan.tencent.entity.TencentSearchVideoMap; |
| | | import com.yeshi.buwan.videos.tencent.entity.TencentCoverInfo; |
| | | import com.yeshi.buwan.videos.tencent.entity.TencentCoverVideo; |
| | | import com.yeshi.buwan.videos.tencent.entity.TencentSearchVideoMap; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * |
| | | * @param showDetail |
| | | */ |
| | | public void addToInternetSearch(TencentCoverInfo showDetail) throws Exception; |
| | | public void addToInternetSearch(TencentCoverInfo showDetail, boolean saveCoverInfo) throws Exception; |
| | | |
| | | /** |
| | | * @author hxh |
| | | * @description 清空已下线的专辑 |
| | | * @date 16:52 2024/8/16 |
| | | * @return void |
| | | **/ |
| | | public void clearOfflineCovers(); |
| | | |
| | | } |