From a89e459ef809eb0242f73590ee07dac6569ae06f Mon Sep 17 00:00:00 2001 From: weizong song Date: Wed, 1 Jan 2025 11:59:42 +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 bec99c9..0cc0cd5 100644 --- a/app/Http/Controllers/Customer/OrdersController.php +++ b/app/Http/Controllers/Customer/OrdersController.php @@ -627,6 +627,7 @@ 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); Log::info($order);