songxingwei 2 vuotta sitten
vanhempi
commit
f165761ddb
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      app/data/service/MessageService.php

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

@@ -156,8 +156,6 @@ class MessageService extends Service
     public function sendCode($phone,$type){
         $code=rand(100000, 999999);
         $ret = self::accessKeyClient($type, $phone, $code);
-        dump($ret);die;
-        $ret['Code'] = 'OK';
         if ($ret['Code'] === 'OK') {
             $msg=DataUserMessage::create([
                 'type'=>$type,