refactor(aliyunopen,config): Modify default properties (#7476)

This commit is contained in:
安稳
2024-11-08 22:07:35 +08:00
committed by GitHub
parent 2671c876f1
commit f58de9923a
2 changed files with 10 additions and 10 deletions

View File

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