MSAPI, headers

This commit is contained in:
qkqpttgf
2021-06-24 15:55:24 +08:00
committed by GitHub
parent c6e93168af
commit 3249934f36
+1 -1
View File
@@ -928,7 +928,7 @@ class Onedrive {
return $diskSpace; return $diskSpace;
} }
protected function MSAPI($method, $path, $data = '') protected function MSAPI($method, $path, $data = '', $headers = [])
{ {
$activeLimit = getConfig('activeLimit', $this->disktag); $activeLimit = getConfig('activeLimit', $this->disktag);
if ($activeLimit!='') { if ($activeLimit!='') {