From 5f76899c2b7ea0caa575b04c1715a9bca1f8fb43 Mon Sep 17 00:00:00 2001 From: weizong song Date: Thu, 2 Jan 2025 10:53:55 +0800 Subject: [PATCH] up --- app/Http/Controllers/Customer/OrdersController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/Customer/OrdersController.php b/app/Http/Controllers/Customer/OrdersController.php index bd44528..bd57f39 100644 --- a/app/Http/Controllers/Customer/OrdersController.php +++ b/app/Http/Controllers/Customer/OrdersController.php @@ -674,8 +674,8 @@ class OrdersController extends CommonController public function recharge() { - - $order = (new Orders())->find(request()->order_id); + Log::channel("daily_customer_order_request")->info(request()->order_id); + $order = (new Orders())->with(["project", "wechatpayAccount"])->find(request()->order_id); Log::info($order); $openid = $this->customer->openid;