mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
修复 SharePoint 无法直链下载的 bug
This commit is contained in:
@@ -16,7 +16,7 @@ public abstract class AbstractSharePointServiceBase<P extends SharePointParam> e
|
||||
|
||||
@Override
|
||||
public String getDownloadUrl(String pathAndName) {
|
||||
return null;
|
||||
return getFileItem(pathAndName).getUrl();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user