在线预览视频时间延长到4小时 (#96)

* Update request.go

* Update req_bean.go
This commit is contained in:
zsbai
2021-04-13 23:37:20 +08:00
committed by GitHub
parent f0013320a6
commit b613598c2b
2 changed files with 3 additions and 1 deletions

View File

@@ -71,4 +71,5 @@ type OfficePreviewUrlReq struct {
type VideoPreviewUrlReq struct {
DriveId string `json:"drive_id"`
FileId string `json:"file_id"`
ExpireSec int `json:"expire_sec"`
}