作者 lyh

gx数据

@@ -73,7 +73,7 @@ class FileManageController extends BaseController @@ -73,7 +73,7 @@ class FileManageController extends BaseController
73 $parsed_url = parse_url($this->param['path']); 73 $parsed_url = parse_url($this->param['path']);
74 $fileUrl = isset($parsed_url['scheme']) 74 $fileUrl = isset($parsed_url['scheme'])
75 ? $this->param['path'] 75 ? $this->param['path']
76 - : 'https://v6-file.globalso.com' . $this->param['path']; 76 + : 'https://file.globalso.com' . $this->param['path'];
77 // 使用 cURL 获取文件头信息 77 // 使用 cURL 获取文件头信息
78 $ch = curl_init(); 78 $ch = curl_init();
79 curl_setopt($ch, CURLOPT_URL, $fileUrl); 79 curl_setopt($ch, CURLOPT_URL, $fileUrl);