diff --git a/application/api/controller/Finalreview.php b/application/api/controller/Finalreview.php index cee6b96..2808ed5 100644 --- a/application/api/controller/Finalreview.php +++ b/application/api/controller/Finalreview.php @@ -379,7 +379,7 @@ class Finalreview extends Base } if($aReviewerFinal['state'] == 0){//同意审稿之后更新状态1接收2拒绝3退修 if(!in_array($iState, [1,2,3])){ - return json_encode(['status' => 6,'msg' => 'Illegal review status']); + return json_encode(['status' => 6,'msg' => 'You have agreed to review, please proceed to the final review list for the review process']); } $suggest_for_editor = empty($aParam['suggest_for_editor']) ? '' : $aParam['suggest_for_editor']; $suggest_for_author = empty($aParam['suggest_for_author']) ? '' : $aParam['suggest_for_author'];