Browse Source

fix bug

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

Former-commit-id: 2095c8baee
pull/281/head
jagger 1 year ago
parent
commit
f78083133b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      desc/inference/inference.api
  2. +1
    -1
      internal/types/types.go

+ 1
- 1
desc/inference/inference.api View File

@@ -130,7 +130,7 @@ type (
}

StopAllByDeployTaskIdReq {
Id string `form:"deployTaskId"`
Id string `json:"deployTaskId"`
}

StopAllByDeployTaskIdResp {


+ 1
- 1
internal/types/types.go View File

@@ -6021,7 +6021,7 @@ type StartAllByDeployTaskIdResp struct {
}

type StopAllByDeployTaskIdReq struct {
Id string `form:"deployTaskId"`
Id string `json:"deployTaskId"`
}

type StopAllByDeployTaskIdResp struct {


Loading…
Cancel
Save