From 88ebc12ce587467a21d769984aa274f6a8343dca Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Tue, 21 Jul 2020 19:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=8A=A5=E8=A1=A8=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=A4=B1=E8=B4=A5=E8=AF=A6=E6=83=85=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AutoReseed.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/AutoReseed.php b/app/AutoReseed.php index a762958..12b42c2 100644 --- a/app/AutoReseed.php +++ b/app/AutoReseed.php @@ -13,7 +13,7 @@ use IYUU\Library\Table; class AutoReseed { // 版本号 - const VER = '1.9.5'; + const VER = '1.9.6'; // RPC连接 private static $links = []; // 客户端配置 @@ -869,6 +869,11 @@ class AutoReseed $desp .= '**重复:'.self::$wechatMsg['reseedRepeat']. '** [客户端已做种]' .$br; $desp .= '**跳过:'.self::$wechatMsg['reseedSkip']. '** [未设置passkey]' .$br; $desp .= '**忽略:'.self::$wechatMsg['reseedPass']. '** [成功添加存在缓存]' .$br; + // 失败详情 + if (self::$wechatMsg['reseedError']) { + $desp .= '**失败详情,见 ./torrent/cache/reseedError.txt**'.$br; + } + // 重新辅种 $desp .= '**如需重新辅种,请删除 ./torrent/cachehash 辅种缓存。**'.$br; // 移动做种 if (self::$wechatMsg['MoveSuccess'] || self::$wechatMsg['MoveError']) {