From 24ca5df1e3e57dde99f5225e64145327eb32bae2 Mon Sep 17 00:00:00 2001 From: chengxl Date: Tue, 14 Oct 2025 13:35:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E5=AF=B9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Proofread.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Proofread.php b/application/api/controller/Proofread.php index c6430b1..54a18a5 100644 --- a/application/api/controller/Proofread.php +++ b/application/api/controller/Proofread.php @@ -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'];