diff --git a/internal/types/types.go b/internal/types/types.go index 92a7ec02a..c9cf8a00c 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -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 {