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;