songxingwei 2 years ago
parent
commit
639f6d31df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/data/service/MessageService.php

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

@@ -163,6 +163,7 @@ class MessageService extends Service
         });
         });
     }
     }
 
 
+
     public function checkCode($code,$phone,$type){
     public function checkCode($code,$phone,$type){
         if($code==env('sms.test_code')){
         if($code==env('sms.test_code')){
             return true;
             return true;