Jelajahi Sumber

[智价云] 日志更新

tangyuanwang 20 jam lalu
induk
melakukan
787f2296fd
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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]);
     }
 }