作者 刘朕
1 个管道 的构建 通过 耗费 1 秒

合并分支 'Branch_liuzhen' 到 'master'

短信限制调整



查看合并请求 !221
@@ -35,7 +35,7 @@ class Sms extends Api @@ -35,7 +35,7 @@ class Sms extends Api
35 $this->error(__('发送频繁')); 35 $this->error(__('发送频繁'));
36 } 36 }
37 $ipSendTotal = \app\common\model\Sms::where(['ip' => $this->request->ip()])->whereTime('createtime', '-1 hours')->count(); 37 $ipSendTotal = \app\common\model\Sms::where(['ip' => $this->request->ip()])->whereTime('createtime', '-1 hours')->count();
38 - if ($ipSendTotal >= 5) { 38 + if ($ipSendTotal >= 50) {
39 $this->error(__('发送频繁')); 39 $this->error(__('发送频繁'));
40 } 40 }
41 if ($event) { 41 if ($event) {