@@ -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('发送频繁!');
}