mirror of
https://github.com/fish2018/pansou.git
synced 2025-11-25 03:14:59 +08:00
修正miaoso识别阿里云
This commit is contained in:
@@ -328,7 +328,7 @@ func (p *MiaosouPlugin) determineCloudType(from string) string {
|
||||
return "baidu"
|
||||
case "uc":
|
||||
return "uc"
|
||||
case "aliyun":
|
||||
case "ali":
|
||||
return "aliyun"
|
||||
case "xunlei":
|
||||
return "xunlei"
|
||||
@@ -376,4 +376,4 @@ type MiaosouFileInfo struct {
|
||||
FileID string `json:"fileId"`
|
||||
FileName string `json:"fileName"`
|
||||
Type *string `json:"type"`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user