Signed-off-by: jagger <cossjie@foxmail.com>

Former-commit-id: 2095c8baeeccdc3d6249d29450403fb30e1cc6f4
This commit is contained in:
jagger 2024-07-31 17:32:57 +08:00
parent 4ab7290610
commit f78083133b
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ type (
}
StopAllByDeployTaskIdReq {
Id string `form:"deployTaskId"`
Id string `json:"deployTaskId"`
}
StopAllByDeployTaskIdResp {

View File

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