Skip to content

Commit 8418417

Browse files
committed
Merge branch 'dev_input' into 'master' (merge request !75)
添加字段
2 parents 097711f + b74737f commit 8418417

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

ci_media.go

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type JobInput struct {
2323
Key string `xml:"Key"`
2424
Value string `xml:"Value"`
2525
} `xml:"CosHeaders"`
26+
Url string `xml:"Url,omitempty"`
2627
}
2728

2829
// StreamExtract TODO
@@ -1598,11 +1599,14 @@ type NodeInput struct {
15981599

15991600
// NodeOutput TODO
16001601
type NodeOutput struct {
1601-
Region string `xml:"Region,omitempty"`
1602-
Bucket string `xml:"Bucket,omitempty"`
1603-
Object string `xml:"Object,omitempty"`
1604-
AuObject string `xml:"AuObject,omitempty"`
1605-
SpriteObject string `xml:"SpriteObject,omitempty"`
1602+
Region string `xml:"Region,omitempty"`
1603+
Bucket string `xml:"Bucket,omitempty"`
1604+
Object string `xml:"Object,omitempty"`
1605+
AuObject string `xml:"AuObject,omitempty"`
1606+
SpriteObject string `xml:"SpriteObject,omitempty"`
1607+
BassObject string `xml:"BassObject,omitempty"`
1608+
DrumObject string `xml:"DrumObject,omitempty"`
1609+
StreamExtract []StreamExtract `xml:"StreamExtract,omitempty"`
16061610
}
16071611

16081612
// DelogoParam TODO

0 commit comments

Comments
 (0)