weizong song 1 year ago
parent 041947a14f
commit 3b9ffe8402

@ -99,7 +99,7 @@ class Refund extends SoftDeletesModel
$url = "https://api.mch.weixin.qq.com/secapi/pay/refund"; $url = "https://api.mch.weixin.qq.com/secapi/pay/refund";
$CommonUtilPub = new \CommonUtilPub($order->project_id); $CommonUtilPub = new \CommonUtilPub($order->project_id);
$WxPayConfPub = new \WxPayConfPub($order->project_id); $WxPayConfPub = new \WxPayConfPub($order->project_id);
dump($WxPayConfPub); dump($WxPayConfPub::$SSLKEY_PATH);
$inputObj = []; $inputObj = [];
$inputObj["transaction_id"] = $this->relatedRecharge->payment_serial; $inputObj["transaction_id"] = $this->relatedRecharge->payment_serial;
$inputObj["out_refund_no"] = $this->serial; $inputObj["out_refund_no"] = $this->serial;

Loading…
Cancel
Save