nan.zhang 4 年之前
父節點
當前提交
912665ea68
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/index/service/wechat/WxPayPubHelper.php

+ 1 - 0
application/index/service/wechat/WxPayPubHelper.php

@@ -488,6 +488,7 @@ class Refund_pub extends Wxpay_client_pub
     function getResult()
     {
         $this->postXmlSSL();
+        var_dump($this->response);exit;
         $this->result = $this->xmlToArray($this->response);
         return $this->result;
     }