Browse Source

提交参数

sandm 3 năm trước cách đây
mục cha
commit
de24b79e68
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/Jobs/SmsJob.php

+ 0 - 1
app/Jobs/SmsJob.php

@@ -97,7 +97,6 @@ class SmsJob implements ShouldQueue
             return;
         }
         try {
-            dd($this->isAuthSms);
             if ($this->isAuthSms) {
                 $code = $smsInstance->sendAuthSms($this->mobile, $template);
             } else {