From fbc627b11a737131edf2735e40461762668c300e Mon Sep 17 00:00:00 2001 From: "allen.yan" Date: Wed, 4 Jun 2025 17:34:50 +0800 Subject: [PATCH] =?UTF-8?q?API=20=E5=82=B3=E6=AA=94=E6=94=B9=20=E7=AD=89?= =?UTF-8?q?=E5=BE=85=20300=E7=A7=92=20connectTimeout=20=E4=B9=9F=E6=94=B9?= =?UTF-8?q?=20300=2020250604?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/ApiClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/ApiClient.php b/app/Services/ApiClient.php index 298e9b9..5e94a44 100644 --- a/app/Services/ApiClient.php +++ b/app/Services/ApiClient.php @@ -173,7 +173,7 @@ class ApiClient { return $this->requestWithCatch(function () use ($endpoint, $files, $data) { $request = $this->timeout(300) - ->connectTimeout(10) + ->connectTimeout(300) ->withDefaultHeaders(); foreach ($files as $key => $filePath) { $filename = basename($filePath);