同程订单
This commit is contained in:
parent
ed2829e881
commit
703d3b8413
|
@ -64,7 +64,9 @@ class Tongcheng {
|
|||
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