测试问题修改
This commit is contained in:
@@ -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 [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user