pull/194/head
qkqpttgf 2021-01-17 19:01:47 +08:00 committed by GitHub
parent 1b8d29354d
commit d8c1cd619b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

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' ];
}
}