BUGFIX: 1.系统消息已读需判断接收人员 2.本地模型视频生成失败时,发送站内信

This commit is contained in:
2025-11-19 15:57:47 +08:00
parent cefdac133e
commit 0f525c6c00
4 changed files with 62 additions and 31 deletions

View File

@@ -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);