正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -79,8 +79,6 @@ class FileManageController extends BaseController | @@ -79,8 +79,6 @@ class FileManageController extends BaseController | ||
| 79 | // Download the file | 79 | // Download the file |
| 80 | $response = Http::get($fileUrl); | 80 | $response = Http::get($fileUrl); |
| 81 | if ($response->successful()) { | 81 | if ($response->successful()) { |
| 82 | - // Save the file locally | ||
| 83 | - Storage::put($username, $response->body()); | ||
| 84 | $this->response('success'); | 82 | $this->response('success'); |
| 85 | } else { | 83 | } else { |
| 86 | $this->response('error'); | 84 | $this->response('error'); |
-
请 注册 或 登录 后发表评论