This commit is contained in:
xl
2022-05-04 03:12:41 +08:00
parent 87d47e0971
commit c982e44631
+1
View File
@@ -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);
}