Skip to content

Commit be81237

Browse files
committed
Merge branch 'dev-notifybody' into 'master' (merge request !8)
fix:截图时输出文件是多个
2 parents 5acf7d6 + 134713e commit be81237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_media.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ type MediaProcessJobsNotifyBody struct {
266266
MediaResult struct {
267267
OutputFile struct {
268268
Bucket string `xml:"Bucket"`
269-
ObjectName string `xml:"ObjectName"`
269+
ObjectName []string `xml:"ObjectName"`
270270
ObjectPrefix string `xml:"ObjectPrefix"`
271271
Region string `xml:"Region"`
272272
} `xml:"OutputFile"`

0 commit comments

Comments
 (0)