From 94349dc244a90a74560370469adeda897e790ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=BB=BA=E7=82=8A?= <924182103@qq.com> Date: Fri, 28 Mar 2025 15:16:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=AC=E4=B8=9C=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Business/BusinessClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Business/BusinessClient.php b/app/Services/Business/BusinessClient.php index c9cd15d..d00f218 100644 --- a/app/Services/Business/BusinessClient.php +++ b/app/Services/Business/BusinessClient.php @@ -201,7 +201,7 @@ abstract class BusinessClient try { Promise\Utils::unwrap($promises); } catch (\Exception $e) { - \Illuminate\Support\Facades\Log::error("请求过程中出现错误: " . $e->getMessage()); + \Illuminate\Support\Facades\Log::error("快团团请求过程中出现错误: " . $e->getMessage()); } } \Illuminate\Support\Facades\Log::info("快团团请求结束", [time()]);