ext show
This commit is contained in:
@@ -23,4 +23,9 @@ class SharepointCN extends Onedrive {
|
|||||||
$this->DownurlStrName = '@microsoft.graph.downloadUrl';
|
$this->DownurlStrName = '@microsoft.graph.downloadUrl';
|
||||||
$this->ext_api_url = '/sites/' . getConfig('siteid', $tag) . '/drive/root';
|
$this->ext_api_url = '/sites/' . getConfig('siteid', $tag) . '/drive/root';
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
public function ext_show_innerenv()
|
||||||
|
{
|
||||||
|
return [ 'sharepointSite', 'siteid' ];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user