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)); } }