BUGFIX:1、积分消耗值不准确 2、flux获取结果报错

This commit is contained in:
2025-06-23 18:16:23 +08:00
parent 3d08e86049
commit 8e31968fd3
6 changed files with 38 additions and 16 deletions

View File

@@ -43,4 +43,9 @@ public class PoseTransformationVO implements AllCollectionVO{
this.isLiked = isLiked;
this.status = status;
}
public PoseTransformationVO(String taskId, String status) {
this.taskId = taskId;
this.status = status;
}
}