From c982e446312a98b8481f83eecfd3495597ea67f1 Mon Sep 17 00:00:00 2001 From: xl Date: Wed, 4 May 2022 03:12:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RpcJsonp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/RpcJsonp.php b/RpcJsonp.php index add1182..21537d6 100644 --- a/RpcJsonp.php +++ b/RpcJsonp.php @@ -226,6 +226,7 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa { try { $handler = $this->collector->find($data['service'], 'GET'); + var_dump($this->collector, $data); if (is_integer($handler) || is_null($handler)) { throw new Exception('Handler not found', -32601); }