From 53533df4b9e274c314d84e6fa0a006195a533ea0 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Thu, 20 Feb 2020 09:20:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=A4=E4=B8=AAAPI?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AutoReseed.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/AutoReseed.php b/app/AutoReseed.php index 663b15c..b50ad7a 100644 --- a/app/AutoReseed.php +++ b/app/AutoReseed.php @@ -23,7 +23,7 @@ class AutoReseed // 不辅种的站点 'ourbits','hdchina' private static $noReseed = array(); // 不转移的站点 'hdarea','hdbd' - private static $noMove = array('hdarea'); + private static $noMove = array(''); // cookie检查 private static $cookieCheck = array('hdchina','hdcity'); // 缓存路径 @@ -36,7 +36,9 @@ class AutoReseed 'login' => '/user/login', 'sites' => '/api/sites', 'infohash'=> '/api/infohash', - 'notify' => '/api/notify', + 'notify' => '/api/notify', + 'alike' => '/api/alike', + 'hash' => '/api/hash', ); // curl private static $curl = null;