From 3b9ffe840246d8ca4e74c09fbd11f63c0b6a2617 Mon Sep 17 00:00:00 2001 From: weizong song Date: Thu, 2 Jan 2025 00:45:20 +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 5141257..86b6844 100755 --- a/app/Models/Refund.php +++ b/app/Models/Refund.php @@ -99,7 +99,7 @@ class Refund extends SoftDeletesModel $url = "https://api.mch.weixin.qq.com/secapi/pay/refund"; $CommonUtilPub = new \CommonUtilPub($order->project_id); $WxPayConfPub = new \WxPayConfPub($order->project_id); - dump($WxPayConfPub); + dump($WxPayConfPub::$SSLKEY_PATH); $inputObj = []; $inputObj["transaction_id"] = $this->relatedRecharge->payment_serial; $inputObj["out_refund_no"] = $this->serial;