浏览代码

提交参数

sandm 3 年之前
父节点
当前提交
de24b79e68
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 {