Skip to content

Commit 1025874

Browse files
committed
Merge branch 'dev-fillconcat-ref' into 'master' (merge request !84)
填充拼接接口新增模式和参考索引参数
2 parents 2a7f5ab + f57c5ab commit 1025874

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci_media.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3464,6 +3464,8 @@ func (s *CIService) DeleteTemplate(ctx context.Context, tempalteId string) (*Del
34643464
type FillConcat struct {
34653465
Format string `xml:"Format,omitempty"`
34663466
FillInput []FillConcatInput `xml:"FillInput,omitempty"`
3467+
RefMode string `xml:"RefMode,omitempty"`
3468+
RefIndex string `xml:"RefIndex,omitempty"`
34673469
}
34683470

34693471
// FillConcatInput 填充拼接输入

0 commit comments

Comments
 (0)