chuweiqiang 1 year ago
parent
commit
6821a7a03b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/data/service/MessageService.php

+ 1 - 1
app/data/service/MessageService.php

@@ -227,7 +227,7 @@ class MessageService extends Service
             ->where('phone',$phone)
             ->where('type',$type)
             ->where('result',$code)
-            ->where('create_at','>',Carbon::now()->subMinutes(3))
+//            ->where('create_at','>',Carbon::now()->subMinutes(3))
             ->order('id','desc')
             ->where('status',1)
             ->find();