正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -30,9 +30,9 @@ class Sms extends Api | @@ -30,9 +30,9 @@ class Sms extends Api | ||
30 | $this->error(__('手机号不正确')); | 30 | $this->error(__('手机号不正确')); |
31 | } | 31 | } |
32 | $last = Smslib::get($mobile, $event); | 32 | $last = Smslib::get($mobile, $event); |
33 | - if ($last && time() - $last['createtime'] < 360) { | ||
34 | - $this->error(__('发送频繁')); | ||
35 | - } | 33 | + // if ($last && time() - $last['createtime'] < 60) { |
34 | + // $this->error(__('发送频繁')); | ||
35 | + // } | ||
36 | $ipSendTotal = \app\common\model\Sms::where(['ip' => $this->request->ip()])->whereTime('createtime', '-1 hours')->count(); | 36 | $ipSendTotal = \app\common\model\Sms::where(['ip' => $this->request->ip()])->whereTime('createtime', '-1 hours')->count(); |
37 | if ($ipSendTotal >= 500) { | 37 | if ($ipSendTotal >= 500) { |
38 | $this->error(__('发送频繁')); | 38 | $this->error(__('发送频繁')); |
-
请 注册 或 登录 后发表评论