songxingwei 3 vuotta sitten
vanhempi
commit
380a3196bb
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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]);