diff --git a/application/api/controller/Reviewer.php b/application/api/controller/Reviewer.php
index f86067f..62d78d3 100644
--- a/application/api/controller/Reviewer.php
+++ b/application/api/controller/Reviewer.php
@@ -134,7 +134,9 @@ class Reviewer extends Base
$this->article_reviewer_repeat_obj->insert($insert);
//发送邮件至审稿人,提醒到系统内复审稿件
- $tt = "Dear Reviewer,
";
+ $tt = $article_info['title']."
";
+ $tt .= "sn:".$article_info['accept_sn']."
";
+ $tt .= "Dear Reviewer,
";
$tt .= "Thank you for your support and valuable feedback to our journal. According to your comments, the author has made revisions to the article and submitted the revised manuscript to us.
";
$tt .= 'To ensure the quality and accuracy of the article, we would like to ask for your re-review of the revised manuscript within 5 days. Please log in to the Submission System and click on "Peer Review" to re-review the revised manuscript.If you fail to complete the re-review, we will consider your initial opinion as the final decision.
';
$tt .= "We appreciate your time and effort to the journal and look forward to hearing back from you soon.
";