This commit is contained in:
qkqpttgf
2021-01-17 19:01:47 +08:00
committed by GitHub
parent 1b8d29354d
commit d8c1cd619b
+6 -1
View File
@@ -23,4 +23,9 @@ class Sharepoint extends Onedrive {
$this->DownurlStrName = '@microsoft.graph.downloadUrl';
$this->ext_api_url = '/sites/' . getConfig('siteid', $tag) . '/drive/root';
}
}
public function ext_show_innerenv()
{
return [ 'sharepointSite', 'siteid' ];
}
}