Browse Source

社媒对接

moshaorui 19 hours ago
parent
commit
d3024c1dad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/TimerSsmPost.php

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

@@ -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('开始发送社媒帖子,把状态改为发送中');