同程订单

This commit is contained in:
jianghanbo 2024-12-26 20:40:28 +08:00
parent e28dd534f8
commit be146b0719
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ class Tongcheng {
if (in_array($order->orderStatus, [100, 150])) { if (in_array($order->orderStatus, [100, 150])) {
continue; continue;
} }
if ($order->orderId == '1077139571569945412') {
Log::info("同程 订单号:" . json_encode($order));
}
// 刷单账号 // 刷单账号
if (FilterMobiles::isFilterMobile($order->mobile) || $order->mobile == '-') { if (FilterMobiles::isFilterMobile($order->mobile) || $order->mobile == '-') {
continue; continue;