From 9532ed7fa9d607cd443dfbc0e699fc7be94e96ab Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 17 Dec 2019 15:47:15 +0800 Subject: [PATCH] Update Client.php --- application/service/controller/api/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {