Signed-off-by: jagger <cossjie@foxmail.com>
This commit is contained in:
jagger 2024-07-31 17:07:07 +08:00
parent 51bb301987
commit 4c64c4781c
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ type (
} }
StartAllByDeployTaskIdReq { StartAllByDeployTaskIdReq {
Id string `form:"deployTaskId" json:"deployTaskId"` Id string `json:"deployTaskId"`
} }
StartAllByDeployTaskIdResp { StartAllByDeployTaskIdResp {

View File

@ -6014,7 +6014,7 @@ type InferenceTaskStatResp struct {
} }
type StartAllByDeployTaskIdReq struct { type StartAllByDeployTaskIdReq struct {
Id string `form:"deployTaskId" json:"deployTaskId"` Id string `json:"deployTaskId"`
} }
type StartAllByDeployTaskIdResp struct { type StartAllByDeployTaskIdResp struct {