Fix: thumbnails for 21Vianet OneDrive

This commit is contained in:
HFO4
2020-01-22 08:58:59 +08:00
parent 752ce5ce62
commit d3f132de6d
6 changed files with 27 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ type Endpoints struct {
OAuthURL string // OAuth认证的基URL
OAuthEndpoints *oauthEndpoint
EndpointURL string // 接口请求的基URL
isInChina bool // 是否为世纪互联
}
// NewClient 根据存储策略获取新的client