quguofeng 2 年之前
父节点
当前提交
cc7e0cecb4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/admin/controller/Sms.php

+ 1 - 1
application/admin/controller/Sms.php

@@ -36,7 +36,7 @@ class Sms extends Controller
         $last = Db::name('store_sms')->where(['mobile' => $phone, 'event' => $event])
             ->order('id', 'DESC')
             ->find();
-        if ($last && time() - $last['createtime']< (60*5)) {
+        if ($last && time() - $last['createtime']< (60)) {
             $this->error('发送频繁!');
         }