同程订单

This commit is contained in:
jianghanbo 2024-12-26 21:01:08 +08:00
parent ed2829e881
commit 703d3b8413
1 changed files with 3 additions and 1 deletions

View File

@ -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;