This commit is contained in:
wangjinlei
2024-03-13 10:24:16 +08:00
parent 0ff089bd8e
commit 8fa8723440

View File

@@ -1307,6 +1307,10 @@ class Article extends Base
if ($data['state'] == 6 && $article_info['repetition'] > 25) {
return jsonError("Submissions with a repetition rate greater than thirty percent will not be accepted");
}
//预接收有时间限定必须大于14天
if($data["state"]==6&&($article_info['ctime']+3600*24*14)>time()){
return jsonError("The receiving time must be greater than 14 days");
}
//接收后为用户增加积分
// if ($data['state'] == 5) {