Browse Source

切换绑定接口到C端

pull/60/head
JeshuaRen 3 months ago
parent
commit
8e2c45f152
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sdks/pcmscheduler/jobset.go

+ 1
- 1
sdks/pcmscheduler/jobset.go View File

@@ -402,7 +402,7 @@ type JCS struct {
type BindParam struct { type BindParam struct {
BootFile string `json:"bootFile"` BootFile string `json:"bootFile"`
DefaultBranch string `json:"defaultBranch"` DefaultBranch string `json:"defaultBranch"`
RepoName string `json:"repoName"`
RepoName string `json:"repo"`
} }


type BindResp struct { type BindResp struct {


Loading…
Cancel
Save