测试问题修改
This commit is contained in:
@@ -468,7 +468,6 @@ class ArticleParserService
|
|||||||
$sAuthorContent = empty($aParam['authors']) ? $this->getNextParagraphAfterText($title) : $aParam['authors'];
|
$sAuthorContent = empty($aParam['authors']) ? $this->getNextParagraphAfterText($title) : $aParam['authors'];
|
||||||
//获取作者结构
|
//获取作者结构
|
||||||
$allLines = $this->getContentAfterText($sAuthorContent,1);
|
$allLines = $this->getContentAfterText($sAuthorContent,1);
|
||||||
var_dump($allLines);
|
|
||||||
if(empty($allLines)){
|
if(empty($allLines)){
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user