songxingwei %!s(int64=3) %!d(string=hai) anos
pai
achega
693b703f53
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      application/common/model/Sms.php

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

@@ -99,7 +99,6 @@ 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]);