You've already forked FrameTour-BE
添加“景区内容(成片、未成片模版、源素材)列表”接口
This commit is contained in:
@ -43,4 +43,11 @@ public interface GoodsService {
|
||||
* @return
|
||||
*/
|
||||
ApiResponse<GoodsDetailVO> videoGoodsDetail(Long goodsId);
|
||||
|
||||
/**
|
||||
* 查询当前用户的成片合成任务状态
|
||||
* @param userId
|
||||
* @return
|
||||
*/
|
||||
ApiResponse<Integer> getTaskStatus(Long userId ,Long scenicId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user