This commit is contained in:
2023-11-30 17:03:17 +08:00
parent 2ecb13c453
commit a761bb3428
+1
View File
@@ -192,6 +192,7 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa
// $code = $throwable->getCode() == 0 ? -32603 : $throwable->getCode(); // $code = $throwable->getCode() == 0 ? -32603 : $throwable->getCode();
// return $this->failure($code, jTraceEx($throwable), [], $data['id'] ?? null); // return $this->failure($code, jTraceEx($throwable), [], $data['id'] ?? null);
// } // }
return $this->failure(404, 'Not found.');
} }