Skip to content

Commit

Permalink
Fix ci_media.go and example/CI/media_process/media_process.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloroplastYu committed Jun 10, 2021
1 parent d1c9ff5 commit ef23bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci_media.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ type CreateMediaJobsOptions struct {
Input *JobInput `xml:"Input,omitempty"`
Operation *MediaProcessJobOperation `xml:"Operation,omitempty"`
QueueId string `xml:"QueueId,omitempty"`
CallBack string `xml:"CallBack,omitempty"`
CallBack string `xml:"CallBack,omitempty"`
}

type MediaProcessJobDetail struct {
Expand Down
2 changes: 1 addition & 1 deletion example/CI/media_process/media_process.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func main() {
fmt.Printf("%+v\n", createJobRes.JobsDetail)

// DescribeMediaJobs
DescribeJobRes, _, err := c.CI.DescribeMediaJobs(context.Background(), createJobRes.JobsDetail.JobId)
DescribeJobRes, _, err := c.CI.DescribeMediaJob(context.Background(), createJobRes.JobsDetail.JobId)
log_status(err)
fmt.Printf("%+v\n", DescribeJobRes.JobsDetail)
}

0 comments on commit ef23bab

Please sign in to comment.