From 9719c6907a1160c30839302e5157f717e3c48d62 Mon Sep 17 00:00:00 2001 From: jianghanbo Date: Mon, 2 Sep 2024 18:58:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E7=A8=8B=E9=87=91=E9=A2=9D=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/app/server/Tongcheng.php | 1 + 1 file changed, 1 insertion(+) diff --git a/service/app/server/Tongcheng.php b/service/app/server/Tongcheng.php index 91b88855..26fc39c4 100644 --- a/service/app/server/Tongcheng.php +++ b/service/app/server/Tongcheng.php @@ -59,6 +59,7 @@ class Tongcheng { // throw new Exception("同程拉单{$order->order_id}详情获取失败"); // } + $order->orderAmount = $order->orderAmount * 100; $item = new Orders(); $item->os = $this->os; $item->sn = $order->orderId;