wupengfei 2 năm trước cách đây
mục cha
commit
21e6c1926d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      application/common/library/Sms.php

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

@@ -55,7 +55,6 @@ class Sms
         $ip = request()->ip();
         $sms = \app\common\model\Sms::create(['event' => $event, 'mobile' => $mobile, 'code' => $code, 'ip' => $ip, 'createtime' => $time]);
         $result = Hook::listen('sms_send', $sms, null, true);
-        var_dump($result);
         if (!$result) {
             $sms->delete();
             return false;