浏览代码

社媒对接

moshaorui 21 小时之前
父节点
当前提交
889aa69db2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Services/Smm/TwitterService.php

+ 2 - 0
app/Services/Smm/TwitterService.php

@@ -144,6 +144,8 @@ class TwitterService implements SmmPlatformInterface
                 throw new Exception("Video file does not exist or is not readable: $videoPath");
             }
 
+            Log::info('twitter上传视频'.$videoPath);
+
             // Upload video with chunked upload
             $uploadedMedia = $this->twitterOAuth->upload('media/upload', [
                 'media' => $videoPath,