测试修改
This commit is contained in:
@@ -45,7 +45,6 @@ class ArticleParserService
|
|||||||
$this->sections = $this->phpWord->getSections();
|
$this->sections = $this->phpWord->getSections();
|
||||||
|
|
||||||
// 可选:删除临时处理文件(避免冗余)
|
// 可选:删除临时处理文件(避免冗余)
|
||||||
var_dump($processedFilePath);
|
|
||||||
unlink($processedFilePath);
|
unlink($processedFilePath);
|
||||||
return json_encode(['status' => 5, 'msg' => $e->getMessage()]);
|
return json_encode(['status' => 5, 'msg' => $e->getMessage()]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user