From 3057c389eab0d7b2b861c3d4569c1ffd6f2cd7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Sat, 23 Mar 2024 13:37:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Business/BusinessClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/Business/BusinessClient.php b/app/Services/Business/BusinessClient.php index c5da65c..6ddd0e4 100644 --- a/app/Services/Business/BusinessClient.php +++ b/app/Services/Business/BusinessClient.php @@ -187,5 +187,6 @@ abstract class BusinessClient $promises[] = $client->postAsync($url, $options); } Promise\Utils::unwrap($promises); + \Illuminate\Support\Facades\Log::info('本次批量同步数量: ' . count($promises)); } }