同程金额处理

This commit is contained in:
jianghanbo 2024-09-02 18:58:14 +08:00
parent bf24e24d46
commit 9719c6907a
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class Tongcheng {
// throw new Exception("同程拉单{$order->order_id}详情获取失败"); // throw new Exception("同程拉单{$order->order_id}详情获取失败");
// } // }
$order->orderAmount = $order->orderAmount * 100;
$item = new Orders(); $item = new Orders();
$item->os = $this->os; $item->os = $this->os;
$item->sn = $order->orderId; $item->sn = $order->orderId;