From 646f6b12589803870dd5e5d215a3933f17f5da49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 2 Dec 2021 15:41:16 +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 --- src/RpcManager.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/RpcManager.php b/src/RpcManager.php index 325c8a8..d9f0b10 100644 --- a/src/RpcManager.php +++ b/src/RpcManager.php @@ -33,8 +33,6 @@ class RpcManager $file = storage('.rpc.clients.' . md5($serviceName), 'rpc'); if (!empty($body) && is_array($body)) { - var_dump($body, array_column($body, 'Service')); - file_put_contents($file, json_encode(array_column($body, 'Service'))); } else { file_put_contents($file, json_encode([]));