Pārlūkot izejas kodu

[智价云] 日志更新

tangyuanwang 12 stundas atpakaļ
vecāks
revīzija
787f2296fd
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      app/Jobs/Manager/Process/SubNoticeJobs.php

+ 2 - 2
app/Jobs/Manager/Process/SubNoticeJobs.php

@@ -130,7 +130,7 @@ class SubNoticeJobs implements ShouldQueue
                 }
             }
         } catch (\Exception $e) {
-            Log::info('job_error', '订阅短信通知推送队列失败', ['data' => $this->message_data, 'error' => $e->getMessage()]);
+            Log::info('job_error', '订阅通知推送队列失败', ['data' => $this->message_data, 'error' => $e->getMessage()]);
         }
     }
 
@@ -372,6 +372,6 @@ class SubNoticeJobs implements ShouldQueue
 
     public function failed(\Throwable $exception)
     {
-        Log::info('job_error', '订阅短信通知推送队列完全失败', ['data' => $this->message_data, 'error' => $exception]);
+        Log::info('job_error', '订阅通知推送队列完全失败', ['data' => $this->message_data, 'error' => $exception]);
     }
 }