songxingwei %!s(int64=2) %!d(string=hai) anos
pai
achega
0f4f8ad9a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,