From 9e4023afad92d6f5f004d66344ffa1f5ab1c22ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Mon, 7 Nov 2022 10:33:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#10000=20=E5=BF=AB=E5=9B=A2=E5=9B=A2?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E4=BC=98=E5=8C=96?= 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 38de67a..90c47af 100644 --- a/app/Services/Business/BusinessClient.php +++ b/app/Services/Business/BusinessClient.php @@ -172,6 +172,7 @@ abstract class BusinessClient ]; $promises[] = $client->postAsync($url, $options); } + Promise\Utils::unwrap($promises); // $res = Promise\Utils::unwrap($promises); // foreach ($res as $item) { // var_dump($item->getBody()->getContents());