🎨 change internal type

This commit is contained in:
微凉
2021-12-16 15:44:18 +08:00
parent bd7d27efc7
commit 92a0453e00
5 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@ type Account struct {
RedirectUri string `json:"redirect_uri"`
SiteUrl string `json:"site_url"`
SiteId string `json:"site_id"`
OnedriveType string `json:"onedrive_type"`
InternalType string `json:"internal_type"`
WebdavProxy bool `json:"webdav_proxy"`
Proxy bool `json:"proxy"` // 是否中转
//AllowProxy bool `json:"allow_proxy"` // 是否允许中转下载