diff --git a/application/service/controller/api/Client.php b/application/service/controller/api/Client.php index 990628da4..33dfc5bd1 100644 --- a/application/service/controller/api/Client.php +++ b/application/service/controller/api/Client.php @@ -101,7 +101,7 @@ class Client extends Controller { try { $instance = $this->create($param); - JsonRpcServerService::instance()->create(empty($instance) ? $this : $instance); + JsonRpcServerService::instance()->handle(empty($instance) ? $this : $instance); } catch (HttpResponseException $exception) { throw $exception; } catch (\Exception $e) {