Browse Source

修改时间为

sandm 3 years ago
parent
commit
b8ee52fbb2
2 changed files with 1 additions and 1 deletions
  1. 1 0
      app/Jobs/SmsJob.php
  2. 0 1
      libs/sms/src/ChuanglanSms.php

+ 1 - 0
app/Jobs/SmsJob.php

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

+ 0 - 1
libs/sms/src/ChuanglanSms.php

@@ -52,7 +52,6 @@ class ChuanglanSms implements Smser
      */
      */
     public function sendSms(string $mobile, SmsTemplate $template, array $params = [],$isVariable = true, $content = ''): bool
     public function sendSms(string $mobile, SmsTemplate $template, array $params = [],$isVariable = true, $content = ''): bool
     {
     {
-        dd($isVariable);
         if(!$isVariable){
         if(!$isVariable){
             $params_str = $mobile;
             $params_str = $mobile;
             $url = $this->api_send_url_common;
             $url = $this->api_send_url_common;