From d1be03757581d52e197e47c057541c335781936a Mon Sep 17 00:00:00 2001 From: jianghanbo Date: Thu, 26 Dec 2024 21:05:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E7=A8=8B=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/app/command/SpiderTc.php | 3 --- service/app/server/Tongcheng.php | 6 ------ 2 files changed, 9 deletions(-) diff --git a/service/app/command/SpiderTc.php b/service/app/command/SpiderTc.php index c2ede763..861e0899 100644 --- a/service/app/command/SpiderTc.php +++ b/service/app/command/SpiderTc.php @@ -264,9 +264,6 @@ class SpiderTc extends Command } $item->os = $order->os; $item->mobile = $order->mobile; - if ($order->sn == '1077139571569945412') { - Log::info("同程 订单号2222:" . json_encode($order->toArray())); - } if ($item->order_status !== 2 && $order->order_status == 2) { Redis::incrBy('CRM:USER:WRITE:OFF:' . $item->admin_id, 1); diff --git a/service/app/server/Tongcheng.php b/service/app/server/Tongcheng.php index fbb0c235..5ab804f5 100644 --- a/service/app/server/Tongcheng.php +++ b/service/app/server/Tongcheng.php @@ -57,16 +57,10 @@ class Tongcheng { if (in_array($order->orderStatus, [100, 150])) { continue; } - if ($order->orderId == '1077139571569945412') { - Log::info("同程 订单号:" . json_encode($order)); - } // 刷单账号 if (FilterMobiles::isFilterMobile($order->mobile) || $order->mobile == '-') { continue; } - if ($order->orderId == '1077139571569945412') { - Log::info("同程 订单号1111:" . json_encode($order)); - } $order->orderAmount = $order->orderAmount * 100; $item = new Orders(); $item->os = $this->os;