weizong song 1 year ago
parent 49e4296f5a
commit 5e49562efc

@ -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);

Loading…
Cancel
Save