From fedfb9b1811fbdb10022e1a7e5b67ecd33c87f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Mar 2021 18:30:02 +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 8a642a1d..50fb5994 100644 --- a/Rpc/Service.php +++ b/Rpc/Service.php @@ -98,6 +98,7 @@ class Service extends Component if (is_string($body) && is_null($body = Json::decode($body))) { throw new Exception('Protocol format error.'); } + var_dump($body); if (!isset($body['cmd'])) { throw new Exception('Unknown system cmd.'); }