From 1a010cee0339281901a4745583b51148fba5b1a2 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Thu, 26 Dec 2019 21:53:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Common/Common/extend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Common/Common/extend.php b/Application/Common/Common/extend.php index e743b5d2..92d3a074 100644 --- a/Application/Common/Common/extend.php +++ b/Application/Common/Common/extend.php @@ -2917,4 +2917,5 @@ function post_task($url, $data) { echo $e->getRequest()->getMethod(); } ); + $promise->wait(); }