🚧 change video preview api

This commit is contained in:
微凉
2021-07-09 23:46:11 +08:00
parent 32ad062b73
commit 34825e1368
6 changed files with 78 additions and 22 deletions

View File

@@ -72,4 +72,12 @@ type VideoPreviewUrlReq struct {
DriveId string `json:"drive_id"`
FileId string `json:"file_id"`
ExpireSec int `json:"expire_sec"`
}
}
// VideoPreviewPlayInfoReq video preview play info req
type VideoPreviewPlayInfoReq struct {
Category string `json:"category"`
DriveId string `json:"drive_id"`
FileId string `json:"file_id"`
TemplateId string `json:"template_id"`
}