Răsfoiți Sursa

[智价云] 日志更新

tangyuanwang 8 ore în urmă
părinte
comite
787f2296fd
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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]);
     }
 }