generate 接口参数变更

This commit is contained in:
2024-04-25 12:41:07 +08:00
parent c44fc14796
commit 6d9efc1509
8 changed files with 37 additions and 14 deletions

View File

@@ -19,6 +19,15 @@ public class GenerateResultVO {
private String status;
private String category;
public GenerateResultVO(String taskId, Long id, String url, String status) {
this.taskId = taskId;
this.id = id;
this.url = url;
this.status = status;
}
public GenerateResultVO(Long id, String url, String status) {
this.id = id;
this.url = url;