测试问题修改

This commit is contained in:
chengxl
2025-11-27 13:40:46 +08:00
parent 30995b2194
commit b904a0d3df

View File

@@ -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 [];
}