diff --git a/app/Http/Controllers/Customer/OrdersController.php b/app/Http/Controllers/Customer/OrdersController.php index fee53e5..a837e52 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() { - Log::channel("daily_customer_order_request")->info(request()->order_id); - Log::info(new Orders()); + 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);