Update Client.php

This commit is contained in:
Anyon 2019-12-17 15:47:15 +08:00
parent 86e2e9600f
commit 9532ed7fa9

View File

@ -101,7 +101,7 @@ class Client extends Controller
{ {
try { try {
$instance = $this->create($param); $instance = $this->create($param);
JsonRpcServerService::instance()->create(empty($instance) ? $this : $instance); JsonRpcServerService::instance()->handle(empty($instance) ? $this : $instance);
} catch (HttpResponseException $exception) { } catch (HttpResponseException $exception) {
throw $exception; throw $exception;
} catch (\Exception $e) { } catch (\Exception $e) {