From b8384f5c5f2d9c63b2bfcf4dcc2c738945a46a43 Mon Sep 17 00:00:00 2001 From: weizong song Date: Thu, 2 Jan 2025 09:56:38 +0800 Subject: [PATCH] up --- app/Models/Refund.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/Refund.php b/app/Models/Refund.php index 86b6844..72fde25 100755 --- a/app/Models/Refund.php +++ b/app/Models/Refund.php @@ -99,7 +99,6 @@ 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::$SSLKEY_PATH); $inputObj = []; $inputObj["transaction_id"] = $this->relatedRecharge->payment_serial; $inputObj["out_refund_no"] = $this->serial;