songxingwei 3 年之前
父節點
當前提交
380a3196bb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/common/model/Sms.php

+ 1 - 0
application/common/model/Sms.php

@@ -99,6 +99,7 @@ class Sms Extends Model
                 ])
                 ->request();
             $info = $result->toArray();
+            print_r($info);die;
             if ($info['Code'] == 'OK') {
                 $ip = request()->ip();
                 Sms::create(['event' => $event, 'mobile' => $mobile, 'code' => $num, 'ip' => $ip]);