We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb08d82 commit 6ce11b6Copy full SHA for 6ce11b6
drivers/189pc/meta.go
@@ -10,7 +10,7 @@ type Addition struct {
10
Username string `json:"username" required:"true"`
11
Password string `json:"password" required:"true"`
12
VCode string `json:"validate_code"`
13
- RefreshToken string `json:"refresh_token" help:"To switch accounts, please clear this field.s"`
+ RefreshToken string `json:"refresh_token" help:"To switch accounts, please clear this field"`
14
driver.RootID
15
OrderBy string `json:"order_by" type:"select" options:"filename,filesize,lastOpTime" default:"filename"`
16
OrderDirection string `json:"order_direction" type:"select" options:"asc,desc" default:"asc"`
0 commit comments