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