forked from JointCloud/pcm-coordinator
fix bug
Signed-off-by: jagger <cossjie@foxmail.com>
Former-commit-id: 2095c8baee
This commit is contained in:
parent
4ab7290610
commit
f78083133b
|
@ -130,7 +130,7 @@ type (
|
||||||
}
|
}
|
||||||
|
|
||||||
StopAllByDeployTaskIdReq {
|
StopAllByDeployTaskIdReq {
|
||||||
Id string `form:"deployTaskId"`
|
Id string `json:"deployTaskId"`
|
||||||
}
|
}
|
||||||
|
|
||||||
StopAllByDeployTaskIdResp {
|
StopAllByDeployTaskIdResp {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue