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

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

@@ -152,7 +152,7 @@ class MessageService extends Service
 
     public function sendCode($phone,$type){
         $code=rand(100000, 999999);
-        return app()->db->transaction(function ()use ($phone, $type, $code){
+        return app()->db->transaction(function () use ($phone, $type, $code){
             $msg=DataUserMessage::create([
                 'type'=>$type,
                 'phone'=>$phone,