From cc259e237e99eb73dbff4d81eb9a5171ef83f148 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 9 Aug 2023 14:57:36 +0800 Subject: [PATCH] 1 --- extend/TencentIm/Base.php | 1 - 1 file changed, 1 deletion(-) diff --git a/extend/TencentIm/Base.php b/extend/TencentIm/Base.php index f4a1a74..8dc1741 100644 --- a/extend/TencentIm/Base.php +++ b/extend/TencentIm/Base.php @@ -95,7 +95,6 @@ class Base $content = json_decode($response->getBody(),true); - dump($content); if (empty($content)){ throw new BusinessException("请求失败"); }