Skip to content

Commit 4af16ab

Browse files
fix(115open):fix limit_rate save (#601)
1 parent da35423 commit 4af16ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/115_open/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type Addition struct {
1111
// define other
1212
OrderBy string `json:"order_by" type:"select" options:"file_name,file_size,user_utime,file_type"`
1313
OrderDirection string `json:"order_direction" type:"select" options:"asc,desc"`
14-
LimitRate float64 `json:"limit_rate,string" type:"float" default:"1" help:"limit all api request rate ([limit]r/1s)"`
14+
LimitRate float64 `json:"limit_rate" type:"float" default:"1" help:"limit all api request rate ([limit]r/1s)"`
1515
AccessToken string `json:"access_token" required:"true"`
1616
RefreshToken string `json:"refresh_token" required:"true"`
1717
}

0 commit comments

Comments
 (0)