From 234bc63dd004073febe2e3a1a7066c0f625c7b4e Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Sat, 8 Mar 2025 22:22:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=20Task2=20=E7=B1=BB?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=94=A8=E6=88=B7=E7=8A=B6=E6=80=81=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=80=BB=E8=BE=91=EF=BC=8C=E7=AE=80=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process/Task2.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/process/Task2.php b/process/Task2.php index c2d0aa8..4437ff3 100644 --- a/process/Task2.php +++ b/process/Task2.php @@ -44,17 +44,16 @@ class Task2 $updateData = []; foreach ($res as $v) { + if ($v['failedReason'] !== null) { + SendCode::delWS($v['username']); + continue; + } $phone = $phoneMap[$v['username']] ?? null; if (!$phone) { continue; } - if ($v['failedReason'] !== null) { - SendCode::delWS($v['username']); - $phone->status = 2; - $updateData[] = $phone; - continue; - } + if ($phone->time > 3600 && $v['logged'] == 1) { // 计算超过 1 小时的积分