Browse Source

社媒对接

moshaorui 17 giờ trước cách đây
mục cha
commit
889aa69db2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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,