moshaorui преди 4 дни
родител
ревизия
1886014424
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/Console/Commands/TimerSsmPost.php

+ 1 - 0
app/Console/Commands/TimerSsmPost.php

@@ -70,6 +70,7 @@ class TimerSsmPost extends Command
                     Log::info('twitter可发送时间未到,暂时无法发送,ID'.$log->post_id);
                     continue;
                 }
+                Log::info('开始发送社媒帖子,把状态改为发送中');
                 //发送社媒帖子中
                 $log->status = 1;//发送中
                 $log->updated_at = Carbon::now();