Преглед на файлове

[智价云] 日志更新

tangyuanwang преди 8 часа
родител
ревизия
787f2296fd
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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]);
     }
 }