mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
Update Client.php
This commit is contained in:
parent
86e2e9600f
commit
9532ed7fa9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user