BUGFIX: 1、积分重复扣除 2、pose transfer没有开始时间,没有项目id

This commit is contained in:
2025-07-11 11:07:27 +08:00
parent daa88889d0
commit f852927116
5 changed files with 50 additions and 23 deletions

View File

@@ -70,6 +70,8 @@ public interface GenerateService extends IService<Generate> {
void processPoseTransformResultBatch(String taskId, String gifUrl, String videoUrl, String imageUrl, String progress);
void processPoseTransformResultBatch(String taskId, String progress);
String createAsyncTask(GenerateThroughImageTextDTO generateThroughImageTextDTO);
GenerateResultVO getAsyncTaskResult(String taskId);