|
|
@@ -6021,7 +6021,7 @@ type StartAllByDeployTaskIdResp struct { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type StopAllByDeployTaskIdReq struct { |
|
|
type StopAllByDeployTaskIdReq struct { |
|
|
Id string `form:"deployTaskId"` |
|
|
|
|
|
|
|
|
Id string `json:"deployTaskId"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type StopAllByDeployTaskIdResp struct { |
|
|
type StopAllByDeployTaskIdResp struct { |
|
|
|