|
@@ -67,7 +67,7 @@ class TimerSsmPost extends Command
|
|
|
echo '开始发送社媒帖子,id:'. $log->id. "\n";
|
|
|
if ($log->media_name == 'Twitter' && SmmPostLog::twitterCanSend() == false) {
|
|
|
//15分钟内不重复发送
|
|
|
- Log::info('twitter可发送时间未到,暂时无法发送,ID'.$log->post_id);
|
|
|
+ Log::info('twitter可发送时间未到,暂时无法发送,ID'.$log->id);
|
|
|
continue;
|
|
|
}
|
|
|
Log::info('开始发送社媒帖子,把状态改为发送中');
|