正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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); |
-
请 注册 或 登录 后发表评论