generate 接口参数变更
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user