Merge pull request !223 from 赵世界/feat/2024
This commit is contained in:
赵世界 2024-03-23 05:38:28 +00:00 committed by Gitee
commit 9a4c0ba09e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -187,5 +187,6 @@ abstract class BusinessClient
$promises[] = $client->postAsync($url, $options); $promises[] = $client->postAsync($url, $options);
} }
Promise\Utils::unwrap($promises); Promise\Utils::unwrap($promises);
\Illuminate\Support\Facades\Log::info('本次批量同步数量: ' . count($promises));
} }
} }