diff --git a/service/app/server/Tongcheng.php b/service/app/server/Tongcheng.php index 3111d20b..200319e6 100644 --- a/service/app/server/Tongcheng.php +++ b/service/app/server/Tongcheng.php @@ -57,6 +57,9 @@ 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;