Ver Fonte

[智价云] 日志更新

tangyuanwang há 8 horas atrás
pai
commit
787f2296fd
1 ficheiros alterados com 2 adições e 2 exclusões
  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]);
     }
 }