校对功能

This commit is contained in:
chengxl
2025-10-14 13:35:42 +08:00
parent c9316b3d05
commit 24ca5df1e3

View File

@@ -636,7 +636,7 @@ class Proofread extends Base
}
$aResult = $oProofReadService->proofread($aArticleMain['content']);
if(empty($aResult)){
return json_encode(array('status' => 7,'msg' => 'Not returned to school regarding the content'));
return json_encode(array('status' => 7,'msg' => 'Failed to obtain proofreading content'));
}
//数据处理
$aError = empty($aResult['errors']) ? [] : $aResult['errors'];