From d998cd21e213f8017503d95eff231ad928654dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Mar 2021 18:27:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rpc/Service.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Rpc/Service.php b/Rpc/Service.php index 8bf2a2b9..efecb38e 100644 --- a/Rpc/Service.php +++ b/Rpc/Service.php @@ -95,6 +95,7 @@ class Service extends Component public static function replace(Request $request, array $service): Request { if (!is_array($body = $request->params->getBodyAndClear())) { + var_dump($body); throw new Exception('Protocol format error.'); } if (!isset($serialize['cmd'])) {