fix startall apis

This commit is contained in:
tzwang 2024-07-31 15:14:07 +08:00
parent a3f4540e8d
commit 12ca4d7bdd
1 changed files with 2 additions and 2 deletions

View File

@ -6014,14 +6014,14 @@ type InferenceTaskStatResp struct {
}
type StartAllByDeployTaskIdReq struct {
Id string `form:"deployTaskid"`
Id string `form:"deployTaskId"`
}
type StartAllByDeployTaskIdResp struct {
}
type StopAllByDeployTaskIdReq struct {
Id string `form:"deployTaskid"`
Id string `form:"deployTaskId"`
}
type StopAllByDeployTaskIdResp struct {