nan.zhang 4 年之前
父节点
当前提交
03667762fa
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      application/index/service/wechat/WxPayPubHelper.php

+ 2 - 2
application/index/service/wechat/WxPayPubHelper.php

@@ -296,10 +296,10 @@ class Wxpay_client_pub extends Common_util_pub
      */
     function postXmlSSL()
     {
-        var_dump($this->createXml());exit;
         $xml = $this->createXml();
-
+        var_dump($xml);
         $this->response = $this->postXmlSSLCurl($xml,$this->url,$this->curl_timeout);
+        var_dump($this->response);exit;
         return $this->response;
     }