同程订单

This commit is contained in:
jianghanbo 2024-12-26 21:05:03 +08:00
parent 703d3b8413
commit d1be037575
2 changed files with 0 additions and 9 deletions

View File

@ -264,9 +264,6 @@ class SpiderTc extends Command
} }
$item->os = $order->os; $item->os = $order->os;
$item->mobile = $order->mobile; $item->mobile = $order->mobile;
if ($order->sn == '1077139571569945412') {
Log::info("同程 订单号2222" . json_encode($order->toArray()));
}
if ($item->order_status !== 2 && $order->order_status == 2) { if ($item->order_status !== 2 && $order->order_status == 2) {
Redis::incrBy('CRM:USER:WRITE:OFF:' . $item->admin_id, 1); Redis::incrBy('CRM:USER:WRITE:OFF:' . $item->admin_id, 1);

View File

@ -57,16 +57,10 @@ 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;
} }
if ($order->orderId == '1077139571569945412') {
Log::info("同程 订单号1111" . json_encode($order));
}
$order->orderAmount = $order->orderAmount * 100; $order->orderAmount = $order->orderAmount * 100;
$item = new Orders(); $item = new Orders();
$item->os = $this->os; $item->os = $this->os;