Update req_bean.go

This commit is contained in:
lzz
2021-03-31 00:21:49 +08:00
committed by GitHub
parent 77aae6660e
commit 8d74d070d4

View File

@ -57,6 +57,7 @@ type GetTokenReq struct {
// refresh_token request bean
type RefreshTokenReq struct {
RefreshToken string `json:"refresh_token"`
GrantType string `json:"grant_type"`
}
// office_preview_url request bean
@ -70,4 +71,4 @@ type OfficePreviewUrlReq struct {
type VideoPreviewUrlReq struct {
DriveId string `json:"drive_id"`
FileId string `json:"file_id"`
}
}