songxingwei 2 năm trước cách đây
mục cha
commit
44110e5070
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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([