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

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

@@ -297,6 +297,7 @@ class Wxpay_client_pub extends Common_util_pub
     function postXmlSSL()
     {
         $xml = $this->createXml();
+     echo 22;exit;
         $this->response = $this->postXmlSSLCurl($xml,$this->url,$this->curl_timeout);
         return $this->response;
     }