Skip to content

Commit 6cd8151

Browse files
committed
fix(aliyundrive_open): change default oauth_token_url
1 parent 541449e commit 6cd8151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/aliyundrive_open/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type Addition struct {
1010
RefreshToken string `json:"refresh_token" required:"true"`
1111
OrderBy string `json:"order_by" type:"select" options:"name,size,updated_at,created_at"`
1212
OrderDirection string `json:"order_direction" type:"select" options:"ASC,DESC"`
13-
OauthTokenURL string `json:"oauth_token_url" default:"https://api.nn.ci/alist/ali_open/token"`
13+
OauthTokenURL string `json:"oauth_token_url" default:"https://api.xhofe.top/alist/ali_open/token"`
1414
ClientID string `json:"client_id" required:"false" help:"Keep it empty if you don't have one"`
1515
ClientSecret string `json:"client_secret" required:"false" help:"Keep it empty if you don't have one"`
1616
RemoveWay string `json:"remove_way" required:"true" type:"select" options:"trash,delete"`

0 commit comments

Comments
 (0)