From 1d9d761798f8c6f8c2582328a9513e514d00d652 Mon Sep 17 00:00:00 2001 From: whwyy Date: Wed, 31 Dec 2025 00:19:30 +0800 Subject: [PATCH] eee --- CoroutineClient.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CoroutineClient.php b/CoroutineClient.php index 6c2aa89..71b8e82 100644 --- a/CoroutineClient.php +++ b/CoroutineClient.php @@ -68,10 +68,9 @@ class CoroutineClient extends ClientAbstracts } $this->execute($url, $data); - } catch (\Throwable $exception) { $this->setStatusCode(-1); - $this->setBody(jTraceEx($exception)); + $this->setBody(json_encode(['code' => 500, 'message' => $exception->getMessage()])); } }