From a761bb34286fa1299f5b171ffec1b70932893bf1 Mon Sep 17 00:00:00 2001 From: whwyy Date: Thu, 30 Nov 2023 17:03:17 +0800 Subject: [PATCH] eee --- RpcJsonp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/RpcJsonp.php b/RpcJsonp.php index b4c7c8c..e15f12d 100644 --- a/RpcJsonp.php +++ b/RpcJsonp.php @@ -192,6 +192,7 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa // $code = $throwable->getCode() == 0 ? -32603 : $throwable->getCode(); // return $this->failure($code, jTraceEx($throwable), [], $data['id'] ?? null); // } + return $this->failure(404, 'Not found.'); }