浏览代码

社媒对接

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'));