From eee56fc7ebc83d6c4c1c9d278d485ff3067784fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Fri, 17 Oct 2025 14:20:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=9C=80=E6=B1=82-=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E9=9C=80=E6=B1=82-=E4=B8=8A=E7=BA=BF=E5=90=8Ebug=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/cron/controller/PerformPerSecond.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/cron/controller/PerformPerSecond.php b/application/cron/controller/PerformPerSecond.php index 3062313..5569435 100644 --- a/application/cron/controller/PerformPerSecond.php +++ b/application/cron/controller/PerformPerSecond.php @@ -39,9 +39,9 @@ class PerformPerSecond // echo "房间火热值更新:\n"; // $this->room_hot_update(); // echo "\n"; -// echo "提现云账号订单状态查询:\n"; -// $this->withdraw_order_status(); -// echo "\n"; + echo "提现云账号订单状态查询:\n"; + $this->withdraw_order_status(); + echo "\n"; }