BUGFIX:1、积分消耗值不准确 2、flux获取结果报错
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user