weizong song 1 year ago
parent b895627ddc
commit a89e459ef8

@ -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);

Loading…
Cancel
Save