From c35bbe0c9155323030fb864cddd4d83fbb75aad3 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Wed, 11 Mar 2020 23:41:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=90=88=E4=BD=9C=E7=AB=99?= =?UTF-8?q?=E7=82=B9hddolby=EF=BC=8C=E5=8F=AF=E4=BB=A5=E5=AF=B9=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=8E=A5=E5=8F=A3=E7=9A=84=E7=94=A8=E6=88=B7=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E8=AE=A4=E8=AF=81=E7=BB=91=E5=AE=9A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Library/Oauth.php | 2 +- config/config.sample.php | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/Library/Oauth.php b/app/Library/Oauth.php index 6ccb26e..dfb26c9 100644 --- a/app/Library/Oauth.php +++ b/app/Library/Oauth.php @@ -9,7 +9,7 @@ use Curl\Curl; class Oauth { // 合作的站点 - public static $sites = ['ourbits']; + public static $sites = ['ourbits','hddolby']; // 爱语飞飞token public static $token = ''; // 合作站点用户id diff --git a/config/config.sample.php b/config/config.sample.php index 64141bc..33c5079 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -144,12 +144,13 @@ return array( ), ), ), - // HDSky 序号:4 - 'hdsky' => array( + // hddolby 序号:4 + 'hddolby' => array( // 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项) 'cookie' => '', // 如果需要自动辅种,必须配置 'passkey' => '', + 'id' => 0, // 用户ID(不是用户名) ), // pter 序号:5 'pter' => array( @@ -186,8 +187,8 @@ return array( // 如果需要自动辅种,必须配置 'passkey' => '', ), - // hddolby 序号:10 - 'hddolby' => array( + // HDSky 序号:10 + 'hdsky' => array( // 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项) 'cookie' => '', // 如果需要自动辅种,必须配置