feat(aliyundrive_open): support resource drive (close #4889)

This commit is contained in:
Andy Hsu
2023-08-02 15:50:01 +08:00
parent e5d123c5d3
commit a69d72aa20
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,7 @@ import (
)
type Addition struct {
DriveType string `json:"drive_type" type:"select" options:"default,resource,backup" default:"default"`
driver.RootID
RefreshToken string `json:"refresh_token" required:"true"`
OrderBy string `json:"order_by" type:"select" options:"name,size,updated_at,created_at"`