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("请求失败"); }