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