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