@@ -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();