From fdae595baf5f8660eff28a3daa2b408b8c6776e1 Mon Sep 17 00:00:00 2001 From: chengxl Date: Fri, 5 Dec 2025 13:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Workbench.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Workbench.php b/application/api/controller/Workbench.php index 08a4ddd..e544d0b 100644 --- a/application/api/controller/Workbench.php +++ b/application/api/controller/Workbench.php @@ -531,7 +531,7 @@ class Workbench extends Base } //审稿已过期 if($aArticleReviewer['state'] == 4){ - return json_encode(['status' => 9,'msg' => 'The review has expired','data' => $aData]); + return json_encode(['status' => 13,'msg' => 'The review has expired','data' => $aData]); } //同意/1小改后接收/接收