diff --git a/app/Http/Controllers/Customer/OrdersController.php b/app/Http/Controllers/Customer/OrdersController.php index dcbd21c..1cef1e9 100644 --- a/app/Http/Controllers/Customer/OrdersController.php +++ b/app/Http/Controllers/Customer/OrdersController.php @@ -628,6 +628,7 @@ class OrdersController extends CommonController { Log::channel("daily_customer_order_request")->info($this->customer->openid); $order = (new Orders())->with(["project", "wechatpayAccount"])->find(request()->order_id); + Log::info($order); $openid = $this->customer->openid; $unifiedOrder = new \UnifiedOrderPub($order->project_id);