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

View File

@ -12,6 +12,11 @@ class Sharelink extends Onedrive {
$this->DownurlStrName = '@content.downloadUrl';
}
public function ext_show_innerenv()
{
return [ 'shareurl' ];
}
protected function get_access_token($refresh_token) {
if (!($this->access_token = getcache('access_token', $this->disktag))) {
$shareurl = getConfig('shareurl', $this->disktag);
@ -56,4 +61,4 @@ class Sharelink extends Onedrive {
}
return true;
}
}
}