pull/194/head
qkqpttgf 2021-01-17 19:02:13 +08:00 committed by GitHub
parent d8c1cd619b
commit 562cd246c4
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 SharepointCN 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' ];
}
}