fix startall apis

Former-commit-id: 12ca4d7bdd
This commit is contained in:
tzwang 2024-07-31 15:14:07 +08:00
parent 96626932ea
commit ad7fa723c3
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 {