测试修改

This commit is contained in:
chengxl
2025-11-06 20:35:34 +08:00
parent 3c459af7fc
commit 81d1c87804

View File

@@ -45,7 +45,6 @@ class ArticleParserService
$this->sections = $this->phpWord->getSections();
// 可选:删除临时处理文件(避免冗余)
var_dump($processedFilePath);
unlink($processedFilePath);
return json_encode(['status' => 5, 'msg' => $e->getMessage()]);
}