forked from JointCloud/pcm-coordinator
fix bug
Signed-off-by: jagger <cossjie@foxmail.com>
Former-commit-id: 4c64c4781c
This commit is contained in:
parent
899789af04
commit
4ab7290610
|
@ -122,7 +122,7 @@ type (
|
|||
}
|
||||
|
||||
StartAllByDeployTaskIdReq {
|
||||
Id string `form:"deployTaskId" json:"deployTaskId"`
|
||||
Id string `json:"deployTaskId"`
|
||||
}
|
||||
|
||||
StartAllByDeployTaskIdResp {
|
||||
|
|
|
@ -6014,7 +6014,7 @@ type InferenceTaskStatResp struct {
|
|||
}
|
||||
|
||||
type StartAllByDeployTaskIdReq struct {
|
||||
Id string `form:"deployTaskId" json:"deployTaskId"`
|
||||
Id string `json:"deployTaskId"`
|
||||
}
|
||||
|
||||
type StartAllByDeployTaskIdResp struct {
|
||||
|
|
Loading…
Reference in New Issue