You've already forked FrameTour-BE
生成视频时发送通知,其他调整
This commit is contained in:
@ -5,6 +5,8 @@ import com.ycwl.basic.model.task.req.TaskReqVo;
|
||||
import com.ycwl.basic.model.task.req.WorkerAuthReqVo;
|
||||
import com.ycwl.basic.model.task.resp.TaskSyncRespVo;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
public interface TaskService {
|
||||
TaskSyncRespVo handleSyncTask(TaskReqVo req);
|
||||
void createRenderTask(Long scenicId, Long templateId, Long faceId);
|
||||
@ -24,4 +26,8 @@ public interface TaskService {
|
||||
void taskStart(Long taskId, WorkerAuthReqVo req);
|
||||
|
||||
void autoCreateTaskByFaceId(Long id);
|
||||
|
||||
Date getTaskShotDate(Long taskId);
|
||||
|
||||
void sendVideoGeneratedServiceNotification(Long taskId, Long memberId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user