Browse Source

[智价云] 短信发送更新

tangyuanwang 15 giờ trước cách đây
mục cha
commit
1216ed9a7a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'];