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;
     }