nan.zhang лет назад: 4
Родитель
Сommit
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;
     }