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;