BUGFIX: 1、积分重复扣除 2、pose transfer没有开始时间,没有项目id
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user