From b904a0d3dfe83fd2a7066207d63afd642cb4c596 Mon Sep 17 00:00:00 2001 From: chengxl Date: Thu, 27 Nov 2025 13:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/ArticleParserService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/common/ArticleParserService.php b/application/common/ArticleParserService.php index 009af51e..d03cea0a 100644 --- a/application/common/ArticleParserService.php +++ b/application/common/ArticleParserService.php @@ -468,7 +468,6 @@ class ArticleParserService $sAuthorContent = empty($aParam['authors']) ? $this->getNextParagraphAfterText($title) : $aParam['authors']; //获取作者结构 $allLines = $this->getContentAfterText($sAuthorContent,1); - var_dump($allLines); if(empty($allLines)){ return []; }