chore(aliyundrive_open): change base url

pull/4263/head v3.16.2
Andy Hsu 2023-04-27 16:38:40 +08:00
parent cf8ab29a17
commit 9fbc54314d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ var config = driver.Config{
func init() {
op.RegisterDriver(func() driver.Driver {
return &AliyundriveOpen{
base: "https://open.aliyundrive.com",
base: "https://openapi.aliyundrive.com",
}
})
}