优化错误信息

This commit is contained in:
耗子 2025-06-10 11:22:18 +08:00
parent 496a7d2fd6
commit 07db49bdfb
No known key found for this signature in database
GPG Key ID: C964D7226D045DAA

View File

@ -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);