🚧 change video preview api
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user