소스 검색

社媒对接

moshaorui 17 시간 전
부모
커밋
e8a55f2c27
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Services/Smm/YoutubeService.php

+ 1 - 0
app/Services/Smm/YoutubeService.php

@@ -38,6 +38,7 @@ class YoutubeService implements SmmPlatformInterface
         //    Google_Service_YouTube::YOUTUBEPARTNER,
         //    Google_Service_YouTube::YOUTUBEPARTNER_CHANNEL_AUDIT
         ]);
+
         $this->client->setAccessType('offline');
         $this->client->setPrompt('consent');
         $this->client->setDeveloperKey(env('SSM_YOUTUBE_DEV_KEY'));