Skip to content

Commit 256f695

Browse files
authored
Merge pull request #218 from tencentyun/feature_wanjiewu_d6a01343
填充拼接接口新增模式和参考索引参数
2 parents dc08c35 + f57c5ab commit 256f695

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)