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小改后接收/接收