From f203393c9551a738c77af640c93e9dbf2d27af92 Mon Sep 17 00:00:00 2001 From: weizong song Date: Thu, 2 Jan 2025 10:55:44 +0800 Subject: [PATCH] up --- app/Http/Controllers/Customer/OrdersController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Customer/OrdersController.php b/app/Http/Controllers/Customer/OrdersController.php index bd57f39..fee53e5 100644 --- a/app/Http/Controllers/Customer/OrdersController.php +++ b/app/Http/Controllers/Customer/OrdersController.php @@ -675,6 +675,7 @@ class OrdersController extends CommonController public function recharge() { Log::channel("daily_customer_order_request")->info(request()->order_id); + Log::info(new Orders()); $order = (new Orders())->with(["project", "wechatpayAccount"])->find(request()->order_id); Log::info($order);