同程订单
This commit is contained in:
parent
703d3b8413
commit
d1be037575
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue