songxingwei %!s(int64=2) %!d(string=hai) anos
pai
achega
44110e5070
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/data/service/MessageService.php

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

@@ -156,6 +156,7 @@ 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([