TASK:异步调用generate及取消generate

This commit is contained in:
2024-01-24 11:43:56 +08:00
parent a9ce35200c
commit 96858c2cc3
10 changed files with 159 additions and 112 deletions

View File

@@ -46,5 +46,5 @@ public class GenerateThroughImageTextDTO {
String timeZone;
@ApiModelProperty("唯一id用于保持消息唯一性")
Long uniqueId;
String uniqueId;
}

View File

@@ -22,4 +22,6 @@ public class GenerateToPythonDTO {
private String version;
private String gender;
private String tasks_id;
}