feat(alipan): replace domain (#5751 close #5747)

This commit is contained in:
xiaofei
2023-12-31 14:29:14 +08:00
committed by GitHub
parent 697a0ed2d3
commit 6b8f35e7fa
8 changed files with 33 additions and 33 deletions

View File

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