Explorar el Código

[智价云] 短信发送更新

tangyuanwang hace 10 horas
padre
commit
1216ed9a7a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Jobs/Manager/Process/SendNoticeJobs.php

+ 1 - 1
app/Jobs/Manager/Process/SendNoticeJobs.php

@@ -159,7 +159,7 @@ class SendNoticeJobs implements ShouldQueue
                 $SubNoticeLogModel->where(['id' => $value['id']])->update(['status' => 0]);
                 continue;
             }
-            $sms_content = json_decode($value['sms_content'], true);
+            $sms_content = json_decode($value['mobile_content'], true);
             $totle_number = $sms_content['totle_number'];
             $number1 = $sms_content['number1'];
             $number2 = $sms_content['number2'];