Skip to content

Commit

Permalink
fix(aliyundrive_open): New API Domain From Official Docs to Support M…
Browse files Browse the repository at this point in the history
…ore IPs and IPV6

API From https://openapi.aliyundrive.com to https://openapi.alipan.com 
原域名是 101.201.69.253 单点
新域名是三大运营商多点+海外阿里云+IPV6支持(北京阿里云2点)

可以改善 IPV6网络的异常分享
以及不同运营商访问的稳定性

以及官方在  https://www.yuque.com/aliyundrive/zpfszx/rgg2p1qnsfdux61r 确实指出 接口域名为:https://openapi.alipan.com
  • Loading branch information
BlueSkyXN authored Dec 1, 2023
1 parent 2652bcd commit 20f0635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/aliyundrive_open/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
})
}

0 comments on commit 20f0635

Please sign in to comment.