芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/app/Space/SiteApi.php
false, 'base_uri' => config('invoiceshelf.base_url').'/']); $headers['headers'] = [ 'Accept' => 'application/json', 'Referer' => url('/'), 'Authorization' => "Bearer {$token}", 'invoiceshelf' => Setting::getSetting('version'), ]; $data['http_errors'] = false; $data = array_merge($data, $headers); try { $result = $client->get($url, $data); } catch (RequestException $e) { $result = $e; } return $result; } }