BUGFIX: 1.系统消息已读需判断接收人员 2.本地模型视频生成失败时,发送站内信
This commit is contained in:
@@ -57,6 +57,8 @@ public interface GenerateService extends IService<Generate> {
|
||||
|
||||
void processPoseTransformResult(String taskId, String gifUrl, String videoUrl, String imageUrl);
|
||||
|
||||
void processPTFailSituation(String taskId);
|
||||
|
||||
List<PoseTransformationVO> getPoseTransformationResult(List<String> taskIdList, Long projectId, Boolean like);
|
||||
|
||||
void updatePoseTransferStatus(String taskId, String status, PoseTransformation poseTransformation);
|
||||
|
||||
Reference in New Issue
Block a user