From 07db49bdfb275040555599e216cf54e46f7fc78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Tue, 10 Jun 2025 11:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=94=99=E8=AF=AF=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/utils/CheckUtils.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/utils/CheckUtils.php b/app/utils/CheckUtils.php index 3725c96..d165d6e 100644 --- a/app/utils/CheckUtils.php +++ b/app/utils/CheckUtils.php @@ -83,9 +83,6 @@ class CheckUtils } catch (GuzzleException $e) { $status = false; $errmsg = guzzle_error($e); - if (strlen($errmsg) > 100) { - $errmsg = substr($errmsg, 0, 97) . '...'; - } } $usetime = round((microtime(true) - $start) * 1000);