You've already forked FrameTour-BE
feat(goods): 添加视频更新检查功能
Some checks failed
ZhenTu-BE/pipeline/head There was a failure building this commit
Some checks failed
ZhenTu-BE/pipeline/head There was a failure building this commit
- 在 AppGoodsController 中添加视频更新检查接口 - 在 GoodsService 接口中添加 checkVideoUpdate 方法 - 在 GoodsServiceImpl 中实现视频更新检查逻辑 - 在 VideoGoodsDetailVO 中添加 templateId 字段
This commit is contained in:
@@ -50,4 +50,11 @@ public interface GoodsService {
|
||||
List<GoodsUrlVO> sourceGoodsListDownload(GoodsReqQuery query);
|
||||
|
||||
Integer sourceGoodsCount(GoodsReqQuery query);
|
||||
|
||||
/**
|
||||
* 检查视频是否可更新
|
||||
* @param videoId 视频ID
|
||||
* @return 视频更新检查结果
|
||||
*/
|
||||
VideoUpdateCheckVO checkVideoUpdate(Long videoId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user