From aba2164daf49ba853e22d25edb6db2295457ef0d Mon Sep 17 00:00:00 2001 From: weizong song Date: Thu, 2 Jan 2025 00:30:38 +0800 Subject: [PATCH] up --- app/Models/Refund.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Refund.php b/app/Models/Refund.php index 53d9331..afe1670 100755 --- a/app/Models/Refund.php +++ b/app/Models/Refund.php @@ -96,6 +96,7 @@ class Refund extends SoftDeletesModel public function weixinRefund() { $order = $this->order; + dump($order); $url = "https://api.mch.weixin.qq.com/secapi/pay/refund"; $CommonUtilPub = new \CommonUtilPub($order->project_id); $WxPayConfPub = new \WxPayConfPub($order->project_id);